#9ADBEF

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

Shades of Blizzard Blue #9ADBEF

Tints of Blizzard Blue #9ADBEF

Color information

#9ADBEF (or 0x9ADBEF) is unknown color: approx Blizzard Blue. HEX triplet: 9A, DB and EF. RGB value is (154,219,239). Sum of RGB (Red+Green+Blue) = 154+219+239=612 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.16% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 239 - color contains mainly: blue. Hex color #9ADBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADBEF is #652410. Grayscale: #C9C9C9. Windows color (decimal): -6628369 or 15719322. OLE color: 15719322.

HSL color Cylindrical-coordinate representation of color #9ADBEF: hue angle of 194.12º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ADBEF is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB154219239-
CMYK0.360.0800.06
HSL194.12º72.65%77.06%-
HSV(B)194.12º35.56%93.73%-
XYZ54.2463.7791.11-
YUV201.84148.9793.87-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.16%
GREEN value IS 219 (85.94% from 255) = 35.78%
BLUE value IS 239 (93.75% from 255) = 39.05%
R=25.16%
G=35.78%
B=39.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1542192390.360.0800.06194.1272.6577.06
Hex9ADBEF24806c2494d
Octal232333357441006302111115
Binary100110101101101111101111100100100001101100001010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,219,239); }

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

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

 a { background-color: rgb(154,219,239); }

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

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

 span { border-color: rgb(154,219,239); }

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