Html Css Color HEX #9EEEDB Ice Cold

📋 copy color: '#9EEEDB'

red 158 ◦ green 238 ◦ blue 219

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

Shades of Ice Cold #9EEEDB

Tints of Ice Cold #9EEEDB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.7%

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

R = 25.69%
G = 38.7%
B = 35.61%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#9EEEDB (or 0x9EEEDB) is known color: Ice Cold. HEX triplet: 9E, EE and DB. RGB value is (158,238,219). Sum of RGB (Red+Green+Blue) = 158+238+219=615 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.69% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #9EEEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEEDB is #611124. Grayscale: #D3D3D3. Windows color (decimal): -6361381 or 14413470. OLE color: 14413470.

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

Color convert

RGB 158 238 219 -
CMYK 0.34 0 0.08 0.07
HSL 165.75º 0.7% 0.78% -
HSV(B) 165.75º 0.34% 0.93% -
XYZ 57.46 73.53 78.18 -
YUV 211.91 132 89.54 -
System Red Green Blue C M Y K H S L
Decimal 158 238 219 0.34 0 0.08 0.07 165.75 0.7 0.78
Hex 9E EE DB 22 0 8 7 A6 46 4E
Octal 236 356 333 42 0 10 7 246 106 116
Binary 10011110 11101110 11011011 100010 0 1000 111 10100110 1000110 1001110

Color Harmonies of #9EEEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEEDB

Black with #9EEEDB

Text Example


Text Example

White with #9EEEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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