#95ECDC

Color #95ECDC Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #95ECDC

Tints of Ice Cold #95ECDC

Color information

#95ECDC (or 0x95ECDC) is unknown color: approx Ice Cold. HEX triplet: 95, EC and DC. RGB value is (149,236,220). Sum of RGB (Red+Green+Blue) = 149+236+220=605 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.63% from 605); Green value is 236 (92.58% from 255 or 39.01% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 236 - color contains mainly: green. Hex color #95ECDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95ECDC is #6A1323. Grayscale: #D0D0D0. Windows color (decimal): -6951716 or 14478485. OLE color: 14478485.

HSL color Cylindrical-coordinate representation of color #95ECDC: hue angle of 168.97º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95ECDC is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB149236220-
CMYK0.3700.070.07
HSL168.97º69.6%75.49%-
HSV(B)168.97º36.86%92.55%-
XYZ55.3171.5578.61-
YUV208.16134.6885.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 24.63%
GREEN value IS 236 (92.58% from 255) = 39.01%
BLUE value IS 220 (86.33% from 255) = 36.36%
R=24.63%
G=39.01%
B=36.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492362200.3700.070.07168.9769.675.49
Hex95ECDC25077a9464b
Octal22535433445077251106113
Binary10010101111011001101110010010101111111010100110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ECDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95ECDC; }

 p { color: rgb(149,236,220); }

 H1.HeaderClassName
 {
   color: #95ECDC;
 }
 .AnyTagClassName
 {
   color: #95ECDC;
 }
</style>
background-color css

<style>
 a { background-color: #95ECDC; }

 a { background-color: rgb(149,236,220); }

 div.DivClassName
 {
   background-color: #95ECDC;
 }
 .BgClassName
 {
   background-color: #95ECDC;
 }
</style>
border-color css

<style>
 span { border-color: #95ECDC; }

 span { border-color: rgb(149,236,220); }

 td.TdClassName
 {
   border-color: #95ECDC;
 }
 .TagClassName
 {
   border-color: #95ECDC;
 }
</style>