#9fe4d3

Color #9FE4D3 Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #9FE4D3

Tints of Ice Cold #9FE4D3

Color information

#9FE4D3 (or 0x9FE4D3) is unknown color: approx Ice Cold. HEX triplet: 9F, E4 and D3. RGB value is (159,228,211). Sum of RGB (Red+Green+Blue) = 159+228+211=598 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.59% from 598); Green value is 228 (89.45% from 255 or 38.13% from 598); Blue value is 211 (82.81% from 255 or 35.28% from 598); Max value from RGB is 228 - color contains mainly: green. Hex color #9FE4D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE4D3 is #601B2C. Grayscale: #CDCDCD. Windows color (decimal): -6298413 or 13886623. OLE color: 13886623.

HSL color Cylindrical-coordinate representation of color #9FE4D3: hue angle of 165.22º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FE4D3 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB159228211-
CMYK0.3000.070.11
HSL165.22º56.1%75.88%-
HSV(B)165.22º30.26%89.41%-
XYZ53.867.5671.83-
YUV205.43131.1494.88-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.59%
GREEN value IS 228 (89.45% from 255) = 38.13%
BLUE value IS 211 (82.81% from 255) = 35.28%
R=26.59%
G=38.13%
B=35.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1592282110.3000.070.11165.2256.175.88
Hex9FE4D31E07Ba5384c
Octal23734432336071324570114
Binary1001111111100100110100111111001111011101001011110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9fe4d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,228,211); }

 H1.HeaderClassName
 {
   color: #9fe4d3;
 }
 .AnyTagClassName
 {
   color: #9fe4d3;
 }
</style>
background-color css

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

 a { background-color: rgb(159,228,211); }

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

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

 span { border-color: rgb(159,228,211); }

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