#9BEBE9

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

Shades of Blizzard Blue #9BEBE9

Tints of Blizzard Blue #9BEBE9

Color information

#9BEBE9 (or 0x9BEBE9) is unknown color: approx Blizzard Blue. HEX triplet: 9B, EB and E9. RGB value is (155,235,233). Sum of RGB (Red+Green+Blue) = 155+235+233=623 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.88% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 233 (91.41% from 255 or 37.40% from 623); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEBE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEBE9 is #641416. Grayscale: #D2D2D2. Windows color (decimal): -6558743 or 15330203. OLE color: 15330203.

HSL color Cylindrical-coordinate representation of color #9BEBE9: hue angle of 178.5º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BEBE9 is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB155235233-
CMYK0.3400.010.08
HSL178.5º66.67%76.47%-
HSV(B)178.5º34.04%92.16%-
XYZ57.9372.2787.99-
YUV210.85140.588.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.88%
GREEN value IS 235 (92.19% from 255) = 37.72%
BLUE value IS 233 (91.41% from 255) = 37.40%
R=24.88%
G=37.72%
B=37.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1552352330.3400.010.08178.566.6776.47
Hex9BEBE922018b2434c
Octal233353351420110262103114
Binary1001101111101011111010011000100110001011001010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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