Html Css Color HEX #9EECDD Ice Cold

📋 copy color: '#9EECDD'

red 158 ◦ green 236 ◦ blue 221

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

Shades of Ice Cold #9EECDD

Tints of Ice Cold #9EECDD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.37%

 BLUE value IS 221 (86.72% from 255) = 35.93%

R = 25.69%
G = 38.37%
B = 35.93%

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

#9EECDD (or 0x9EECDD) is known color: Ice Cold. HEX triplet: 9E, EC and DD. RGB value is (158,236,221). Sum of RGB (Red+Green+Blue) = 158+236+221=615 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.69% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 236 - color contains mainly: green. Hex color #9EECDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EECDD is #611322. Grayscale: #D2D2D2. Windows color (decimal): -6361891 or 14544030. OLE color: 14544030.

HSL color Cylindrical-coordinate representation of color #9EECDD: hue angle of 168.46º degrees, saturation: 0.67, 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 #9EECDD is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 236 221 -
CMYK 0.33 0 0.06 0.07
HSL 168.46º 0.67% 0.77% -
HSV(B) 168.46º 0.33% 0.93% -
XYZ 57.15 72.48 79.38 -
YUV 210.97 133.66 90.22 -
System Red Green Blue C M Y K H S L
Decimal 158 236 221 0.33 0 0.06 0.07 168.46 0.67 0.77
Hex 9E EC DD 21 0 6 7 A8 43 4D
Octal 236 354 335 41 0 6 7 250 103 115
Binary 10011110 11101100 11011101 100001 0 110 111 10101000 1000011 1001101

Color Harmonies of #9EECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EECDD

Black with #9EECDD

Text Example


Text Example

White with #9EECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,236,221); }

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

background-color css

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

 a { background-color: rgb(158,236,221); }

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

border-color css

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

 span { border-color: rgb(158,236,221); }

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