Html Css Color HEX #9FE5DC Ice Cold

📋 copy color: '#9FE5DC'

red 159 ◦ green 229 ◦ blue 220

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

Shades of Ice Cold #9FE5DC

Tints of Ice Cold #9FE5DC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.66%

 BLUE value IS 220 (86.33% from 255) = 36.18%

R = 26.15%
G = 37.66%
B = 36.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#9FE5DC (or 0x9FE5DC) is known color: Ice Cold. HEX triplet: 9F, E5 and DC. RGB value is (159,229,220). Sum of RGB (Red+Green+Blue) = 159+229+220=608 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.15% from 608); Green value is 229 (89.84% from 255 or 37.66% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE5DC is #601A23. Grayscale: #CFCFCF. Windows color (decimal): -6298148 or 14476703. OLE color: 14476703.

HSL color Cylindrical-coordinate representation of color #9FE5DC: hue angle of 172.29º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE5DC is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 159 229 220 -
CMYK 0.31 0 0.04 0.10
HSL 172.29º 0.57% 0.76% -
HSV(B) 172.29º 0.31% 0.9% -
XYZ 55.24 68.58 78.04 -
YUV 207.04 135.31 93.73 -
System Red Green Blue C M Y K H S L
Decimal 159 229 220 0.31 0 0.04 0.10 172.29 0.57 0.76
Hex 9F E5 DC 1F 0 4 A AC 39 4C
Octal 237 345 334 37 0 4 12 254 71 114
Binary 10011111 11100101 11011100 11111 0 100 1010 10101100 111001 1001100

Color Harmonies of #9FE5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE5DC

Black with #9FE5DC

Text Example


Text Example

White with #9FE5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,229,220); }

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

background-color css

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

 a { background-color: rgb(159,229,220); }

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

border-color css

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

 span { border-color: rgb(159,229,220); }

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