Html Css Color HEX #9EEDDE Ice Cold

📋 copy color: '#9EEDDE'

red 158 ◦ green 237 ◦ blue 222

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

Shades of Ice Cold #9EEDDE

Tints of Ice Cold #9EEDDE

RGB

 RED value IS 158 (62.11% from 255) = 25.61%

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

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

R = 25.61%
G = 38.41%
B = 35.98%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#9EEDDE (or 0x9EEDDE) is known color: Ice Cold. HEX triplet: 9E, ED and DE. RGB value is (158,237,222). Sum of RGB (Red+Green+Blue) = 158+237+222=617 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.61% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 237 - color contains mainly: green. Hex color #9EEDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEDDE is #611221. Grayscale: #D3D3D3. Windows color (decimal): -6361634 or 14609822. OLE color: 14609822.

HSL color Cylindrical-coordinate representation of color #9EEDDE: hue angle of 168.61º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EEDDE is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 237 222 -
CMYK 0.33 0 0.06 0.07
HSL 168.61º 0.69% 0.77% -
HSV(B) 168.61º 0.33% 0.93% -
XYZ 57.57 73.11 80.18 -
YUV 211.67 133.83 89.72 -
System Red Green Blue C M Y K H S L
Decimal 158 237 222 0.33 0 0.06 0.07 168.61 0.69 0.77
Hex 9E ED DE 21 0 6 7 A9 45 4D
Octal 236 355 336 41 0 6 7 251 105 115
Binary 10011110 11101101 11011110 100001 0 110 111 10101001 1000101 1001101

Color Harmonies of #9EEDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEDDE

Black with #9EEDDE

Text Example


Text Example

White with #9EEDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EEDDE; }

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

 H1.HeaderClassName
 {
   color: #9EEDDE;
 }
 .AnyTagClassName
 {
   color: #9EEDDE;
 }
</style>

background-color css

<style>
 a { background-color: #9EEDDE; }

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

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

border-color css

<style>
 span { border-color: #9EEDDE; }

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

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