#9AEBFA

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

Shades of Blizzard Blue #9AEBFA

Tints of Blizzard Blue #9AEBFA

Color information

#9AEBFA (or 0x9AEBFA) is unknown color: approx Blizzard Blue. HEX triplet: 9A, EB and FA. RGB value is (154,235,250). Sum of RGB (Red+Green+Blue) = 154+235+250=639 (84% of max value = 765). Red value is 154 (60.55% from 255 or 24.10% from 639); Green value is 235 (92.19% from 255 or 36.78% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #9AEBFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AEBFA is #651405. Grayscale: #D4D4D4. Windows color (decimal): -6624262 or 16444314. OLE color: 16444314.

HSL color Cylindrical-coordinate representation of color #9AEBFA: hue angle of 189.38º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AEBFA is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB154235250-
CMYK0.380.0600.02
HSL189.38º90.57%79.22%-
HSV(B)189.38º38.4%98.04%-
XYZ60.2973.19101.39-
YUV212.49149.1686.28-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.10%
GREEN value IS 235 (92.19% from 255) = 36.78%
BLUE value IS 250 (98.05% from 255) = 39.12%
R=24.10%
G=36.78%
B=39.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542352500.380.0600.02189.3890.5779.22
Hex9AEBFA26602bd5b4f
Octal23235337246602275133117
Binary1001101011101011111110101001101100101011110110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,235,250); }

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

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

 a { background-color: rgb(154,235,250); }

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

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

 span { border-color: rgb(154,235,250); }

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