Html Css Color HEX #9FE9DF Ice Cold

📋 copy color: '#9FE9DF'

red 159 ◦ green 233 ◦ blue 223

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

Shades of Ice Cold #9FE9DF

Tints of Ice Cold #9FE9DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.26%

R = 25.85%
G = 37.89%
B = 36.26%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#9FE9DF (or 0x9FE9DF) is known color: Ice Cold. HEX triplet: 9F, E9 and DF. RGB value is (159,233,223). Sum of RGB (Red+Green+Blue) = 159+233+223=615 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.85% from 615); Green value is 233 (91.41% from 255 or 37.89% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 233 - color contains mainly: green. Hex color #9FE9DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FE9DF is #601620. Grayscale: #D1D1D1. Windows color (decimal): -6297121 or 14674335. OLE color: 14674335.

HSL color Cylindrical-coordinate representation of color #9FE9DF: hue angle of 171.89º 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 #9FE9DF is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 159 233 223 -
CMYK 0.32 0 0.04 0.09
HSL 171.89º 0.63% 0.77% -
HSV(B) 171.89º 0.32% 0.91% -
XYZ 56.76 70.98 80.52 -
YUV 209.73 135.48 91.81 -
System Red Green Blue C M Y K H S L
Decimal 159 233 223 0.32 0 0.04 0.09 171.89 0.63 0.77
Hex 9F E9 DF 20 0 4 9 AC 3F 4D
Octal 237 351 337 40 0 4 11 254 77 115
Binary 10011111 11101001 11011111 100000 0 100 1001 10101100 111111 1001101

Color Harmonies of #9FE9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE9DF

Black with #9FE9DF

Text Example


Text Example

White with #9FE9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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