#9BF0DE

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

Shades of Ice Cold #9BF0DE

Tints of Ice Cold #9BF0DE

Color information

#9BF0DE (or 0x9BF0DE) is unknown color: approx Ice Cold. HEX triplet: 9B, F0 and DE. RGB value is (155,240,222). Sum of RGB (Red+Green+Blue) = 155+240+222=617 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.12% from 617); Green value is 240 (94.14% from 255 or 38.90% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 240 - color contains mainly: green. Hex color #9BF0DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF0DE is #640F21. Grayscale: #D4D4D4. Windows color (decimal): -6557474 or 14610587. OLE color: 14610587.

HSL color Cylindrical-coordinate representation of color #9BF0DE: hue angle of 167.29º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BF0DE is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB155240222-
CMYK0.3500.080.06
HSL167.29º73.91%77.45%-
HSV(B)167.29º35.42%94.12%-
XYZ57.8674.5680.45-
YUV212.53133.3486.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.12%
GREEN value IS 240 (94.14% from 255) = 38.90%
BLUE value IS 222 (87.11% from 255) = 35.98%
R=25.12%
G=38.90%
B=35.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1552402220.3500.080.06167.2973.9177.45
Hex9BF0DE23086a74a4d
Octal233360336430106247112115
Binary100110111111000011011110100011010001101010011110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,240,222); }

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

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

 a { background-color: rgb(155,240,222); }

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

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

 span { border-color: rgb(155,240,222); }

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