Html Css Color HEX #AFE5FA Blizzard Blue

📋 copy color: '#AFE5FA'

red 175 ◦ green 229 ◦ blue 250

#AFE5FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blizzard Blue #AFE5FA

Tints of Blizzard Blue #AFE5FA

RGB

 RED value IS 175 (68.75% from 255) = 26.76%

 GREEN value IS 229 (89.84% from 255) = 35.02%

 BLUE value IS 250 (98.05% from 255) = 38.23%

R = 26.76%
G = 35.02%
B = 38.23%

CMYK

 C value IS 0.3

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AFE5FA (or 0xAFE5FA) is known color: Blizzard Blue. HEX triplet: AF, E5 and FA. RGB value is (175,229,250). Sum of RGB (Red+Green+Blue) = 175+229+250=654 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.76% from 654); Green value is 229 (89.84% from 255 or 35.02% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFE5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE5FA is #501A05. Grayscale: #D7D7D7. Windows color (decimal): -5249542 or 16442799. OLE color: 16442799.

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

Color convert

RGB 175 229 250 -
CMYK 0.3 0.08 0 0.02
HSL 196.8º 0.88% 0.83% -
HSV(B) 196.8º 0.3% 0.98% -
XYZ 62.95 72.05 101.03 -
YUV 215.25 147.61 99.29 -
System Red Green Blue C M Y K H S L
Decimal 175 229 250 0.3 0.08 0 0.02 196.8 0.88 0.83
Hex AF E5 FA 1E 8 0 2 C5 58 53
Octal 257 345 372 36 10 0 2 305 130 123
Binary 10101111 11100101 11111010 11110 1000 0 10 11000101 1011000 1010011

Color Harmonies of #AFE5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE5FA

Black with #AFE5FA

Text Example


Text Example

White with #AFE5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE5FA; }

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

 H1.HeaderClassName
 {
   color: #AFE5FA;
 }
 .AnyTagClassName
 {
   color: #AFE5FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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