#AFEAFD

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

Shades of Blizzard Blue #AFEAFD

Tints of Blizzard Blue #AFEAFD

Color information

#AFEAFD (or 0xAFEAFD) is unknown color: approx Blizzard Blue. HEX triplet: AF, EA and FD. RGB value is (175,234,253). Sum of RGB (Red+Green+Blue) = 175+234+253=662 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.44% from 662); Green value is 234 (91.80% from 255 or 35.35% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFEAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEAFD is #501502. Grayscale: #DADADA. Windows color (decimal): -5248259 or 16640687. OLE color: 16640687.

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

Color convert

RGB175234253-
CMYK0.310.0800.01
HSL194.62º95.12%83.92%-
HSV(B)194.62º30.83%99.22%-
XYZ64.8375.05104-
YUV218.52147.4596.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.44%
GREEN value IS 234 (91.80% from 255) = 35.35%
BLUE value IS 253 (99.22% from 255) = 38.22%
R=26.44%
G=35.35%
B=38.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752342530.310.0800.01194.6295.1283.92
HexAFEAFD1F801c35f54
Octal257352375371001303137124
Binary101011111110101011111101111111000011100001110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEAFD; }

 p { color: rgb(175,234,253); }

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

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

 a { background-color: rgb(175,234,253); }

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

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

 span { border-color: rgb(175,234,253); }

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