Html Css Color HEX #96EADC Ice Cold

📋 copy color: '#96EADC'

red 150 ◦ green 234 ◦ blue 220

#96EADC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ice Cold #96EADC

Tints of Ice Cold #96EADC

RGB

 RED value IS 150 (58.98% from 255) = 24.83%

 GREEN value IS 234 (91.8% from 255) = 38.74%

 BLUE value IS 220 (86.33% from 255) = 36.42%

R = 24.83%
G = 38.74%
B = 36.42%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#96EADC (or 0x96EADC) is known color: Ice Cold. HEX triplet: 96, EA and DC. RGB value is (150,234,220). Sum of RGB (Red+Green+Blue) = 150+234+220=604 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.83% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 234 - color contains mainly: green. Hex color #96EADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EADC is #691523. Grayscale: #CFCFCF. Windows color (decimal): -6886692 or 14477974. OLE color: 14477974.

HSL color Cylindrical-coordinate representation of color #96EADC: hue angle of 170º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96EADC is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 234 220 -
CMYK 0.36 0 0.06 0.08
HSL 170º 0.67% 0.75% -
HSV(B) 170º 0.36% 0.92% -
XYZ 54.92 70.5 78.42 -
YUV 207.29 135.17 87.14 -
System Red Green Blue C M Y K H S L
Decimal 150 234 220 0.36 0 0.06 0.08 170 0.67 0.75
Hex 96 EA DC 24 0 6 8 AA 43 4B
Octal 226 352 334 44 0 6 10 252 103 113
Binary 10010110 11101010 11011100 100100 0 110 1000 10101010 1000011 1001011

Color Harmonies of #96EADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EADC

Black with #96EADC

Text Example


Text Example

White with #96EADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96EADC; }

 p { color: rgb(150,234,220); }

 H1.HeaderClassName
 {
   color: #96EADC;
 }
 .AnyTagClassName
 {
   color: #96EADC;
 }
</style>

background-color css

<style>
 a { background-color: #96EADC; }

 a { background-color: rgb(150,234,220); }

 div.DivClassName
 {
   background-color: #96EADC;
 }
 .BgClassName
 {
   background-color: #96EADC;
 }
</style>

border-color css

<style>
 span { border-color: #96EADC; }

 span { border-color: rgb(150,234,220); }

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