#AFE7FA

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

Shades of Blizzard Blue #AFE7FA

Tints of Blizzard Blue #AFE7FA

Color information

#AFE7FA (or 0xAFE7FA) is unknown color: approx Blizzard Blue. HEX triplet: AF, E7 and FA. RGB value is (175,231,250). Sum of RGB (Red+Green+Blue) = 175+231+250=656 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.68% from 656); Green value is 231 (90.62% from 255 or 35.21% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFE7FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE7FA is #501805. Grayscale: #D8D8D8. Windows color (decimal): -5249030 or 16443311. OLE color: 16443311.

HSL color Cylindrical-coordinate representation of color #AFE7FA: hue angle of 195.2º 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 #AFE7FA is Cyan = 0.3, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175231250-
CMYK0.30.0800.02
HSL195.2º88.24%83.33%-
HSV(B)195.2º30%98.04%-
XYZ63.5173.17101.22-
YUV216.42146.9598.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.68%
GREEN value IS 231 (90.62% from 255) = 35.21%
BLUE value IS 250 (98.05% from 255) = 38.11%
R=26.68%
G=35.21%
B=38.11%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752312500.30.0800.02195.288.2483.33
HexAFE7FA1E802c35853
Octal257347372361002303130123
Binary1010111111100111111110101111010000101100001110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE7FA; }

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

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

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

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

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

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

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

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