Html Css Color HEX #9FE9D6 Ice Cold

📋 copy color: '#9FE9D6'

red 159 ◦ green 233 ◦ blue 214

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

Shades of Ice Cold #9FE9D6

Tints of Ice Cold #9FE9D6

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.45%

 BLUE value IS 214 (83.98% from 255) = 35.31%

R = 26.24%
G = 38.45%
B = 35.31%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#9FE9D6 (or 0x9FE9D6) is known color: Ice Cold. HEX triplet: 9F, E9 and D6. RGB value is (159,233,214). Sum of RGB (Red+Green+Blue) = 159+233+214=606 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.24% from 606); Green value is 233 (91.41% from 255 or 38.45% from 606); Blue value is 214 (83.98% from 255 or 35.31% from 606); Max value from RGB is 233 - color contains mainly: green. Hex color #9FE9D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FE9D6 is #601629. Grayscale: #D0D0D0. Windows color (decimal): -6297130 or 14084511. OLE color: 14084511.

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

Color convert

RGB 159 233 214 -
CMYK 0.32 0 0.08 0.09
HSL 164.59º 0.63% 0.77% -
HSV(B) 164.59º 0.32% 0.91% -
XYZ 55.57 70.5 74.3 -
YUV 208.71 130.98 92.54 -
System Red Green Blue C M Y K H S L
Decimal 159 233 214 0.32 0 0.08 0.09 164.59 0.63 0.77
Hex 9F E9 D6 20 0 8 9 A5 3F 4D
Octal 237 351 326 40 0 10 11 245 77 115
Binary 10011111 11101001 11010110 100000 0 1000 1001 10100101 111111 1001101

Color Harmonies of #9FE9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE9D6

Black with #9FE9D6

Text Example


Text Example

White with #9FE9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,233,214); }

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

background-color css

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

 a { background-color: rgb(159,233,214); }

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

border-color css

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

 span { border-color: rgb(159,233,214); }

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