#9BF1DE

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

Shades of Ice Cold #9BF1DE

Tints of Ice Cold #9BF1DE

Color information

#9BF1DE (or 0x9BF1DE) is unknown color: approx Ice Cold. HEX triplet: 9B, F1 and DE. RGB value is (155,241,222). Sum of RGB (Red+Green+Blue) = 155+241+222=618 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.08% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 241 - color contains mainly: green. Hex color #9BF1DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF1DE is #640E21. Grayscale: #D5D5D5. Windows color (decimal): -6557218 or 14610843. OLE color: 14610843.

HSL color Cylindrical-coordinate representation of color #9BF1DE: hue angle of 166.74º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BF1DE is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB155241222-
CMYK0.3600.080.05
HSL166.74º75.44%77.65%-
HSV(B)166.74º35.68%94.51%-
XYZ58.1675.1580.55-
YUV213.12133.0186.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.08%
GREEN value IS 241 (94.53% from 255) = 39.00%
BLUE value IS 222 (87.11% from 255) = 35.92%
R=25.08%
G=39.00%
B=35.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1552412220.3600.080.05166.7475.4477.65
Hex9BF1DE24085a74b4e
Octal233361336440105247113116
Binary100110111111000111011110100100010001011010011110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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