#AFE6FA

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

Shades of Blizzard Blue #AFE6FA

Tints of Blizzard Blue #AFE6FA

Color information

#AFE6FA (or 0xAFE6FA) is unknown color: approx Blizzard Blue. HEX triplet: AF, E6 and FA. RGB value is (175,230,250). Sum of RGB (Red+Green+Blue) = 175+230+250=655 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.72% from 655); Green value is 230 (90.23% from 255 or 35.11% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFE6FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE6FA is #501905. Grayscale: #D7D7D7. Windows color (decimal): -5249286 or 16443055. OLE color: 16443055.

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

Color convert

RGB175230250-
CMYK0.30.0800.02
HSL196º88.24%83.33%-
HSV(B)196º30%98.04%-
XYZ63.2372.61101.12-
YUV215.83147.2898.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.72%
GREEN value IS 230 (90.23% from 255) = 35.11%
BLUE value IS 250 (98.05% from 255) = 38.17%
R=26.72%
G=35.11%
B=38.17%

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
Decimal1752302500.30.0800.0219688.2483.33
HexAFE6FA1E802c45853
Octal257346372361002304130123
Binary1010111111100110111110101111010000101100010010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE6FA; }

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

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

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

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

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

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

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

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