#ADEBFF

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

Shades of Blizzard Blue #ADEBFF

Tints of Blizzard Blue #ADEBFF

Color information

#ADEBFF (or 0xADEBFF) is unknown color: approx Blizzard Blue. HEX triplet: AD, EB and FF. RGB value is (173,235,255). Sum of RGB (Red+Green+Blue) = 173+235+255=663 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.09% from 663); Green value is 235 (92.19% from 255 or 35.44% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADEBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEBFF is #521400. Grayscale: #DADADA. Windows color (decimal): -5379073 or 16772013. OLE color: 16772013.

HSL color Cylindrical-coordinate representation of color #ADEBFF: hue angle of 194.63º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADEBFF is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB173235255-
CMYK0.320.0800
HSL194.63º100%83.92%-
HSV(B)194.63º32.16%100%-
XYZ64.9975.52105.76-
YUV218.74148.4695.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.09%
GREEN value IS 235 (92.19% from 255) = 35.44%
BLUE value IS 255 (100% from 255) = 38.46%
R=26.09%
G=35.44%
B=38.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1732352550.320.0800194.6310083.92
HexADEBFF20800c36454
Octal255353377401000303144124
Binary1010110111101011111111111000001000001100001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEBFF; }

 p { color: rgb(173,235,255); }

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

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

 a { background-color: rgb(173,235,255); }

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

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

 span { border-color: rgb(173,235,255); }

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