#9BEBEC

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

Shades of Blizzard Blue #9BEBEC

Tints of Blizzard Blue #9BEBEC

Color information

#9BEBEC (or 0x9BEBEC) is unknown color: approx Blizzard Blue. HEX triplet: 9B, EB and EC. RGB value is (155,235,236). Sum of RGB (Red+Green+Blue) = 155+235+236=626 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.76% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BEBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEBEC is #641413. Grayscale: #D3D3D3. Windows color (decimal): -6558740 or 15526811. OLE color: 15526811.

HSL color Cylindrical-coordinate representation of color #9BEBEC: hue angle of 180.74º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BEBEC is Cyan = 0.34, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB155235236-
CMYK0.340.0000.07
HSL180.74º68.07%76.67%-
HSV(B)180.74º34.32%92.55%-
XYZ58.3772.4490.26-
YUV211.1914287.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.76%
GREEN value IS 235 (92.19% from 255) = 37.54%
BLUE value IS 236 (92.58% from 255) = 37.70%
R=24.76%
G=37.54%
B=37.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1552352360.340.0000.07180.7468.0776.67
Hex9BEBEC22007b5444d
Octal23335335442007265104115
Binary100110111110101111101100100010001111011010110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,235,236); }

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

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

 a { background-color: rgb(155,235,236); }

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

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

 span { border-color: rgb(155,235,236); }

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