#AFEDFF

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

Shades of Blizzard Blue #AFEDFF

Tints of Blizzard Blue #AFEDFF

Color information

#AFEDFF (or 0xAFEDFF) is unknown color: approx Blizzard Blue. HEX triplet: AF, ED and FF. RGB value is (175,237,255). Sum of RGB (Red+Green+Blue) = 175+237+255=667 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.24% from 667); Green value is 237 (92.97% from 255 or 35.53% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFEDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEDFF is #501200. Grayscale: #DCDCDC. Windows color (decimal): -5247489 or 16772527. OLE color: 16772527.

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

Color convert

RGB175237255-
CMYK0.310.0700
HSL193.5º100%84.31%-
HSV(B)193.5º31.37%100%-
XYZ66.0176.9105.97-
YUV220.51147.4695.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.24%
GREEN value IS 237 (92.97% from 255) = 35.53%
BLUE value IS 255 (100% from 255) = 38.23%
R=26.24%
G=35.53%
B=38.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752372550.310.0700193.510084.31
HexAFEDFF1F700c26454
Octal25735537737700302144124
Binary10101111111011011111111111111111001100001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEDFF; }

 p { color: rgb(175,237,255); }

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

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

 a { background-color: rgb(175,237,255); }

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

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

 span { border-color: rgb(175,237,255); }

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