Html Css Color HEX #96EDDE Ice Cold

📋 copy color: '#96EDDE'

red 150 ◦ green 237 ◦ blue 222

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

Shades of Ice Cold #96EDDE

Tints of Ice Cold #96EDDE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.92%

 BLUE value IS 222 (87.11% from 255) = 36.45%

R = 24.63%
G = 38.92%
B = 36.45%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#96EDDE (or 0x96EDDE) is known color: Ice Cold. HEX triplet: 96, ED and DE. RGB value is (150,237,222). Sum of RGB (Red+Green+Blue) = 150+237+222=609 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.63% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 237 - color contains mainly: green. Hex color #96EDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EDDE is #691221. Grayscale: #D1D1D1. Windows color (decimal): -6885922 or 14609814. OLE color: 14609814.

HSL color Cylindrical-coordinate representation of color #96EDDE: hue angle of 169.66º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EDDE is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 237 222 -
CMYK 0.37 0 0.06 0.07
HSL 169.66º 0.71% 0.76% -
HSV(B) 169.66º 0.37% 0.93% -
XYZ 56.05 72.33 80.11 -
YUV 209.28 135.18 85.72 -
System Red Green Blue C M Y K H S L
Decimal 150 237 222 0.37 0 0.06 0.07 169.66 0.71 0.76
Hex 96 ED DE 25 0 6 7 AA 47 4C
Octal 226 355 336 45 0 6 7 252 107 114
Binary 10010110 11101101 11011110 100101 0 110 111 10101010 1000111 1001100

Color Harmonies of #96EDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EDDE

Black with #96EDDE

Text Example


Text Example

White with #96EDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,237,222); }

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

background-color css

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

 a { background-color: rgb(150,237,222); }

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

border-color css

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

 span { border-color: rgb(150,237,222); }

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