#9AECED

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

Shades of Blizzard Blue #9AECED

Tints of Blizzard Blue #9AECED

Color information

#9AECED (or 0x9AECED) is unknown color: approx Blizzard Blue. HEX triplet: 9A, EC and ED. RGB value is (154,236,237). Sum of RGB (Red+Green+Blue) = 154+236+237=627 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.56% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #9AECED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AECED is #651312. Grayscale: #D3D3D3. Windows color (decimal): -6624019 or 15592602. OLE color: 15592602.

HSL color Cylindrical-coordinate representation of color #9AECED: hue angle of 180.72º degrees, saturation: 0.7, 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 #9AECED is Cyan = 0.35, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB154236237-
CMYK0.350.0000.07
HSL180.72º69.75%76.67%-
HSV(B)180.72º35.02%92.94%-
XYZ58.6172.9891.12-
YUV211.6142.3386.92-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.56%
GREEN value IS 236 (92.58% from 255) = 37.64%
BLUE value IS 237 (92.97% from 255) = 37.80%
R=24.56%
G=37.64%
B=37.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1542362370.350.0000.07180.7269.7576.67
Hex9AECED23007b5464d
Octal23235435543007265106115
Binary100110101110110011101101100011001111011010110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AECED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,236,237); }

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

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

 a { background-color: rgb(154,236,237); }

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

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

 span { border-color: rgb(154,236,237); }

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