Html Css Color HEX #AFE9FA Blizzard Blue

📋 copy color: '#AFE9FA'

red 175 ◦ green 233 ◦ blue 250

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

Shades of Blizzard Blue #AFE9FA

Tints of Blizzard Blue #AFE9FA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.41%

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

R = 26.6%
G = 35.41%
B = 37.99%

CMYK

 C value IS 0.3

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AFE9FA (or 0xAFE9FA) is known color: Blizzard Blue. HEX triplet: AF, E9 and FA. RGB value is (175,233,250). Sum of RGB (Red+Green+Blue) = 175+233+250=658 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.60% from 658); Green value is 233 (91.41% from 255 or 35.41% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFE9FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE9FA is #501605. Grayscale: #D9D9D9. Windows color (decimal): -5248518 or 16443823. OLE color: 16443823.

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

Color convert

RGB 175 233 250 -
CMYK 0.3 0.07 0 0.02
HSL 193.6º 0.88% 0.83% -
HSV(B) 193.6º 0.3% 0.98% -
XYZ 64.07 74.29 101.41 -
YUV 217.6 146.28 97.62 -
System Red Green Blue C M Y K H S L
Decimal 175 233 250 0.3 0.07 0 0.02 193.6 0.88 0.83
Hex AF E9 FA 1E 7 0 2 C2 58 53
Octal 257 351 372 36 7 0 2 302 130 123
Binary 10101111 11101001 11111010 11110 111 0 10 11000010 1011000 1010011

Color Harmonies of #AFE9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE9FA

Black with #AFE9FA

Text Example


Text Example

White with #AFE9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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