Html Css Color HEX #9DEEE0 Ice Cold

📋 copy color: '#9DEEE0'

red 157 ◦ green 238 ◦ blue 224

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

Shades of Ice Cold #9DEEE0

Tints of Ice Cold #9DEEE0

RGB

 RED value IS 157 (61.72% from 255) = 25.36%

 GREEN value IS 238 (93.36% from 255) = 38.45%

 BLUE value IS 224 (87.89% from 255) = 36.19%

R = 25.36%
G = 38.45%
B = 36.19%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#9DEEE0 (or 0x9DEEE0) is known color: Ice Cold. HEX triplet: 9D, EE and E0. RGB value is (157,238,224). Sum of RGB (Red+Green+Blue) = 157+238+224=619 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.36% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEEE0 is #62111F. Grayscale: #D4D4D4. Windows color (decimal): -6426912 or 14741149. OLE color: 14741149.

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

Color convert

RGB 157 238 224 -
CMYK 0.34 0 0.06 0.07
HSL 169.63º 0.7% 0.77% -
HSV(B) 169.63º 0.34% 0.93% -
XYZ 57.93 73.7 81.69 -
YUV 212.19 134.66 88.64 -
System Red Green Blue C M Y K H S L
Decimal 157 238 224 0.34 0 0.06 0.07 169.63 0.7 0.77
Hex 9D EE E0 22 0 6 7 AA 46 4D
Octal 235 356 340 42 0 6 7 252 106 115
Binary 10011101 11101110 11100000 100010 0 110 111 10101010 1000110 1001101

Color Harmonies of #9DEEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEEE0

Black with #9DEEE0

Text Example


Text Example

White with #9DEEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,238,224); }

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

background-color css

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

 a { background-color: rgb(157,238,224); }

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

border-color css

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

 span { border-color: rgb(157,238,224); }

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