#ADEBFD

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

Shades of Blizzard Blue #ADEBFD

Tints of Blizzard Blue #ADEBFD

Color information

#ADEBFD (or 0xADEBFD) is unknown color: approx Blizzard Blue. HEX triplet: AD, EB and FD. RGB value is (173,235,253). Sum of RGB (Red+Green+Blue) = 173+235+253=661 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.17% from 661); Green value is 235 (92.19% from 255 or 35.55% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADEBFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEBFD is #521402. Grayscale: #DADADA. Windows color (decimal): -5379075 or 16640941. OLE color: 16640941.

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

Color convert

RGB173235253-
CMYK0.320.0700.01
HSL193.5º95.24%83.53%-
HSV(B)193.5º31.62%99.22%-
XYZ64.6775.39104.07-
YUV218.51147.4695.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.17%
GREEN value IS 235 (92.19% from 255) = 35.55%
BLUE value IS 253 (99.22% from 255) = 38.28%
R=26.17%
G=35.55%
B=38.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732352530.320.0700.01193.595.2483.53
HexADEBFD20701c25f54
Octal25535337540701302137124
Binary101011011110101111111101100000111011100001010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEBFD; }

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

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

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

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

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

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

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

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