#9AEDFD

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

Shades of Blizzard Blue #9AEDFD

Tints of Blizzard Blue #9AEDFD

Color information

#9AEDFD (or 0x9AEDFD) is unknown color: approx Blizzard Blue. HEX triplet: 9A, ED and FD. RGB value is (154,237,253). Sum of RGB (Red+Green+Blue) = 154+237+253=644 (85% of max value = 765). Red value is 154 (60.55% from 255 or 23.91% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 253 (99.22% from 255 or 39.29% from 644); Max value from RGB is 253 - color contains mainly: blue. Hex color #9AEDFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AEDFD is #651202. Grayscale: #D5D5D5. Windows color (decimal): -6623747 or 16641434. OLE color: 16641434.

HSL color Cylindrical-coordinate representation of color #9AEDFD: hue angle of 189.7º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AEDFD is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB154237253-
CMYK0.390.0600.01
HSL189.7º96.12%79.8%-
HSV(B)189.7º39.13%99.22%-
XYZ61.3474.53104.08-
YUV214.0115085.2-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 23.91%
GREEN value IS 237 (92.97% from 255) = 36.80%
BLUE value IS 253 (99.22% from 255) = 39.29%
R=23.91%
G=36.80%
B=39.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542372530.390.0600.01189.796.1279.8
Hex9AEDFD27601be6050
Octal23235537547601276140120
Binary100110101110110111111101100111110011011111011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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