#9BF0DC

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

Shades of Ice Cold #9BF0DC

Tints of Ice Cold #9BF0DC

Color information

#9BF0DC (or 0x9BF0DC) is unknown color: approx Ice Cold. HEX triplet: 9B, F0 and DC. RGB value is (155,240,220). Sum of RGB (Red+Green+Blue) = 155+240+220=615 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.20% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 240 - color contains mainly: green. Hex color #9BF0DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF0DC is #640F23. Grayscale: #D4D4D4. Windows color (decimal): -6557476 or 14479515. OLE color: 14479515.

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

Color convert

RGB155240220-
CMYK0.3500.080.06
HSL165.88º73.91%77.45%-
HSV(B)165.88º35.42%94.12%-
XYZ57.674.4679.05-
YUV212.3132.3487.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.20%
GREEN value IS 240 (94.14% from 255) = 39.02%
BLUE value IS 220 (86.33% from 255) = 35.77%
R=25.20%
G=39.02%
B=35.77%

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
Decimal1552402200.3500.080.06165.8873.9177.45
Hex9BF0DC23086a64a4d
Octal233360334430106246112115
Binary100110111111000011011100100011010001101010011010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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