Html Css Color HEX #9FE8DB Ice Cold

📋 copy color: '#9FE8DB'

red 159 ◦ green 232 ◦ blue 219

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

Shades of Ice Cold #9FE8DB

Tints of Ice Cold #9FE8DB

RGB

 RED value IS 159 (62.5% from 255) = 26.07%

 GREEN value IS 232 (91.02% from 255) = 38.03%

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

R = 26.07%
G = 38.03%
B = 35.9%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#9FE8DB (or 0x9FE8DB) is known color: Ice Cold. HEX triplet: 9F, E8 and DB. RGB value is (159,232,219). Sum of RGB (Red+Green+Blue) = 159+232+219=610 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.07% from 610); Green value is 232 (91.02% from 255 or 38.03% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 232 - color contains mainly: green. Hex color #9FE8DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FE8DB is #601724. Grayscale: #D0D0D0. Windows color (decimal): -6297381 or 14411935. OLE color: 14411935.

HSL color Cylindrical-coordinate representation of color #9FE8DB: hue angle of 169.32º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE8DB is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 159 232 219 -
CMYK 0.31 0 0.06 0.09
HSL 169.32º 0.61% 0.77% -
HSV(B) 169.32º 0.31% 0.91% -
XYZ 55.94 70.2 77.62 -
YUV 208.69 133.82 92.56 -
System Red Green Blue C M Y K H S L
Decimal 159 232 219 0.31 0 0.06 0.09 169.32 0.61 0.77
Hex 9F E8 DB 1F 0 6 9 A9 3D 4D
Octal 237 350 333 37 0 6 11 251 75 115
Binary 10011111 11101000 11011011 11111 0 110 1001 10101001 111101 1001101

Color Harmonies of #9FE8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE8DB

Black with #9FE8DB

Text Example


Text Example

White with #9FE8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,232,219); }

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

background-color css

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

 a { background-color: rgb(159,232,219); }

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

border-color css

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

 span { border-color: rgb(159,232,219); }

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