Html Css Color HEX #9EEFDF Ice Cold

📋 copy color: '#9EEFDF'

red 158 ◦ green 239 ◦ blue 223

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

Shades of Ice Cold #9EEFDF

Tints of Ice Cold #9EEFDF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.55%

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

R = 25.48%
G = 38.55%
B = 35.97%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#9EEFDF (or 0x9EEFDF) is known color: Ice Cold. HEX triplet: 9E, EF and DF. RGB value is (158,239,223). Sum of RGB (Red+Green+Blue) = 158+239+223=620 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.48% from 620); Green value is 239 (93.75% from 255 or 38.55% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEFDF is #611020. Grayscale: #D4D4D4. Windows color (decimal): -6361121 or 14675870. OLE color: 14675870.

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

Color convert

RGB 158 239 223 -
CMYK 0.34 0 0.07 0.06
HSL 168.15º 0.72% 0.78% -
HSV(B) 168.15º 0.34% 0.94% -
XYZ 58.29 74.33 81.09 -
YUV 212.96 133.66 88.8 -
System Red Green Blue C M Y K H S L
Decimal 158 239 223 0.34 0 0.07 0.06 168.15 0.72 0.78
Hex 9E EF DF 22 0 7 6 A8 48 4E
Octal 236 357 337 42 0 7 6 250 110 116
Binary 10011110 11101111 11011111 100010 0 111 110 10101000 1001000 1001110

Color Harmonies of #9EEFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEFDF

Black with #9EEFDF

Text Example


Text Example

White with #9EEFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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