#AFE8FA

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

Shades of Blizzard Blue #AFE8FA

Tints of Blizzard Blue #AFE8FA

Color information

#AFE8FA (or 0xAFE8FA) is unknown color: approx Blizzard Blue. HEX triplet: AF, E8 and FA. RGB value is (175,232,250). Sum of RGB (Red+Green+Blue) = 175+232+250=657 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.64% from 657); Green value is 232 (91.02% from 255 or 35.31% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFE8FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE8FA is #501705. Grayscale: #D8D8D8. Windows color (decimal): -5248774 or 16443567. OLE color: 16443567.

HSL color Cylindrical-coordinate representation of color #AFE8FA: hue angle of 194.4º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFE8FA is Cyan = 0.3, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175232250-
CMYK0.30.0700.02
HSL194.4º88.24%83.33%-
HSV(B)194.4º30%98.04%-
XYZ63.7973.73101.31-
YUV217.01146.6298.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.64%
GREEN value IS 232 (91.02% from 255) = 35.31%
BLUE value IS 250 (98.05% from 255) = 38.05%
R=26.64%
G=35.31%
B=38.05%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752322500.30.0700.02194.488.2483.33
HexAFE8FA1E702c25853
Octal25735037236702302130123
Binary101011111110100011111010111101110101100001010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE8FA; }

 p { color: rgb(175,232,250); }

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

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

 a { background-color: rgb(175,232,250); }

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

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

 span { border-color: rgb(175,232,250); }

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