#9BF0DD

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

Shades of Ice Cold #9BF0DD

Tints of Ice Cold #9BF0DD

Color information

#9BF0DD (or 0x9BF0DD) is unknown color: approx Ice Cold. HEX triplet: 9B, F0 and DD. RGB value is (155,240,221). Sum of RGB (Red+Green+Blue) = 155+240+221=616 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.16% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 240 - color contains mainly: green. Hex color #9BF0DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF0DD is #640F22. Grayscale: #D4D4D4. Windows color (decimal): -6557475 or 14545051. OLE color: 14545051.

HSL color Cylindrical-coordinate representation of color #9BF0DD: hue angle of 166.59º 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 #9BF0DD is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB155240221-
CMYK0.3500.080.06
HSL166.59º73.91%77.45%-
HSV(B)166.59º35.42%94.12%-
XYZ57.7374.5179.75-
YUV212.42132.8487.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.16%
GREEN value IS 240 (94.14% from 255) = 38.96%
BLUE value IS 221 (86.72% from 255) = 35.88%
R=25.16%
G=38.96%
B=35.88%

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
Decimal1552402210.3500.080.06166.5973.9177.45
Hex9BF0DD23086a74a4d
Octal233360335430106247112115
Binary100110111111000011011101100011010001101010011110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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