#9BEAED

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

Shades of Blizzard Blue #9BEAED

Tints of Blizzard Blue #9BEAED

Color information

#9BEAED (or 0x9BEAED) is unknown color: approx Blizzard Blue. HEX triplet: 9B, EA and ED. RGB value is (155,234,237). Sum of RGB (Red+Green+Blue) = 155+234+237=626 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.76% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #9BEAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEAED is #641512. Grayscale: #D2D2D2. Windows color (decimal): -6558995 or 15592091. OLE color: 15592091.

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

Color convert

RGB155234237-
CMYK0.350.0100.07
HSL182.2º69.49%76.86%-
HSV(B)182.2º34.6%92.94%-
XYZ58.2371.9390.94-
YUV210.72142.8388.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.76%
GREEN value IS 234 (91.80% from 255) = 37.38%
BLUE value IS 237 (92.97% from 255) = 37.86%
R=24.76%
G=37.38%
B=37.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1552342370.350.0100.07182.269.4976.86
Hex9BEAED23107b6454d
Octal23335235543107266105115
Binary100110111110101011101101100011101111011011010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,234,237); }

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

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

 a { background-color: rgb(155,234,237); }

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

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

 span { border-color: rgb(155,234,237); }

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