#9FEBEF

Color #9FEBEF Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #9FEBEF

Tints of Blizzard Blue #9FEBEF

Color information

#9FEBEF (or 0x9FEBEF) is unknown color: approx Blizzard Blue. HEX triplet: 9F, EB and EF. RGB value is (159,235,239). Sum of RGB (Red+Green+Blue) = 159+235+239=633 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.12% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FEBEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEBEF is #601410. Grayscale: #D4D4D4. Windows color (decimal): -6296593 or 15723423. OLE color: 15723423.

HSL color Cylindrical-coordinate representation of color #9FEBEF: hue angle of 183º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEBEF is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB159235239-
CMYK0.330.0200.06
HSL183º71.43%78.04%-
HSV(B)183º33.47%93.73%-
XYZ59.5973.0292.62-
YUV212.73142.8289.67-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.12%
GREEN value IS 235 (92.19% from 255) = 37.12%
BLUE value IS 239 (93.75% from 255) = 37.76%
R=25.12%
G=37.12%
B=37.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1592352390.330.0200.0618371.4378.04
Hex9FEBEF21206b7474e
Octal23735335741206267107116
Binary1001111111101011111011111000011001101011011110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,235,239); }

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

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

 a { background-color: rgb(159,235,239); }

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

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

 span { border-color: rgb(159,235,239); }

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