Html Css Color HEX #9EEFDB Ice Cold

📋 copy color: '#9EEFDB'

red 158 ◦ green 239 ◦ blue 219

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

Shades of Ice Cold #9EEFDB

Tints of Ice Cold #9EEFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.55%

R = 25.65%
G = 38.8%
B = 35.55%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#9EEFDB (or 0x9EEFDB) is known color: Ice Cold. HEX triplet: 9E, EF and DB. RGB value is (158,239,219). Sum of RGB (Red+Green+Blue) = 158+239+219=616 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.65% from 616); Green value is 239 (93.75% from 255 or 38.80% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEFDB is #611024. Grayscale: #D4D4D4. Windows color (decimal): -6361125 or 14413726. OLE color: 14413726.

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

Color convert

RGB 158 239 219 -
CMYK 0.34 0 0.08 0.06
HSL 165.19º 0.72% 0.78% -
HSV(B) 165.19º 0.34% 0.94% -
XYZ 57.75 74.12 78.28 -
YUV 212.5 131.66 89.13 -
System Red Green Blue C M Y K H S L
Decimal 158 239 219 0.34 0 0.08 0.06 165.19 0.72 0.78
Hex 9E EF DB 22 0 8 6 A5 48 4E
Octal 236 357 333 42 0 10 6 245 110 116
Binary 10011110 11101111 11011011 100010 0 1000 110 10100101 1001000 1001110

Color Harmonies of #9EEFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEFDB

Black with #9EEFDB

Text Example


Text Example

White with #9EEFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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