#9BF0E1

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

Shades of Ice Cold #9BF0E1

Tints of Ice Cold #9BF0E1

Color information

#9BF0E1 (or 0x9BF0E1) is unknown color: approx Ice Cold. HEX triplet: 9B, F0 and E1. RGB value is (155,240,225). Sum of RGB (Red+Green+Blue) = 155+240+225=620 (82% of max value = 765). Red value is 155 (60.94% from 255 or 25% from 620); Green value is 240 (94.14% from 255 or 38.71% from 620); Blue value is 225 (88.28% from 255 or 36.29% from 620); Max value from RGB is 240 - color contains mainly: green. Hex color #9BF0E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF0E1 is #640F1E. Grayscale: #D4D4D4. Windows color (decimal): -6557471 or 14807195. OLE color: 14807195.

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

Color convert

RGB155240225-
CMYK0.3500.060.06
HSL169.41º73.91%77.45%-
HSV(B)169.41º35.42%94.12%-
XYZ58.2774.7282.59-
YUV212.88134.8486.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25%
GREEN value IS 240 (94.14% from 255) = 38.71%
BLUE value IS 225 (88.28% from 255) = 36.29%
R=25%
G=38.71%
B=36.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1552402250.3500.060.06169.4173.9177.45
Hex9BF0E123066a94a4d
Octal23336034143066251112115
Binary10011011111100001110000110001101101101010100110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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