Html Css Color HEX #9EECDF Ice Cold

📋 copy color: '#9EECDF'

red 158 ◦ green 236 ◦ blue 223

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

Shades of Ice Cold #9EECDF

Tints of Ice Cold #9EECDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.14%

R = 25.61%
G = 38.25%
B = 36.14%

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

#9EECDF (or 0x9EECDF) is known color: Ice Cold. HEX triplet: 9E, EC and DF. RGB value is (158,236,223). Sum of RGB (Red+Green+Blue) = 158+236+223=617 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.61% from 617); Green value is 236 (92.58% from 255 or 38.25% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 236 - color contains mainly: green. Hex color #9EECDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EECDF is #611320. Grayscale: #D3D3D3. Windows color (decimal): -6361889 or 14675102. OLE color: 14675102.

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

Color convert

RGB 158 236 223 -
CMYK 0.33 0 0.06 0.07
HSL 170º 0.67% 0.77% -
HSV(B) 170º 0.33% 0.93% -
XYZ 57.42 72.59 80.8 -
YUV 211.2 134.66 90.06 -
System Red Green Blue C M Y K H S L
Decimal 158 236 223 0.33 0 0.06 0.07 170 0.67 0.77
Hex 9E EC DF 21 0 6 7 AA 43 4D
Octal 236 354 337 41 0 6 7 252 103 115
Binary 10011110 11101100 11011111 100001 0 110 111 10101010 1000011 1001101

Color Harmonies of #9EECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EECDF

Black with #9EECDF

Text Example


Text Example

White with #9EECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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