Html Css Color HEX #9EEFDE Ice Cold

📋 copy color: '#9EEFDE'

red 158 ◦ green 239 ◦ blue 222

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

Shades of Ice Cold #9EEFDE

Tints of Ice Cold #9EEFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.86%

R = 25.53%
G = 38.61%
B = 35.86%

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

#9EEFDE (or 0x9EEFDE) is known color: Ice Cold. HEX triplet: 9E, EF and DE. RGB value is (158,239,222). Sum of RGB (Red+Green+Blue) = 158+239+222=619 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.53% from 619); Green value is 239 (93.75% from 255 or 38.61% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEFDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEFDE is #611021. Grayscale: #D4D4D4. Windows color (decimal): -6361122 or 14610334. OLE color: 14610334.

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

Color convert

RGB 158 239 222 -
CMYK 0.34 0 0.07 0.06
HSL 167.41º 0.72% 0.78% -
HSV(B) 167.41º 0.34% 0.94% -
XYZ 58.15 74.28 80.38 -
YUV 212.84 133.16 88.88 -
System Red Green Blue C M Y K H S L
Decimal 158 239 222 0.34 0 0.07 0.06 167.41 0.72 0.78
Hex 9E EF DE 22 0 7 6 A7 48 4E
Octal 236 357 336 42 0 7 6 247 110 116
Binary 10011110 11101111 11011110 100010 0 111 110 10100111 1001000 1001110

Color Harmonies of #9EEFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEFDE

Black with #9EEFDE

Text Example


Text Example

White with #9EEFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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