Html Css Color HEX #AFE8F9 Blizzard Blue

📋 copy color: '#AFE8F9'

red 175 ◦ green 232 ◦ blue 249

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

Shades of Blizzard Blue #AFE8F9

Tints of Blizzard Blue #AFE8F9

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.37%

 BLUE value IS 249 (97.66% from 255) = 37.96%

R = 26.68%
G = 35.37%
B = 37.96%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AFE8F9 (or 0xAFE8F9) is known color: Blizzard Blue. HEX triplet: AF, E8 and F9. RGB value is (175,232,249). Sum of RGB (Red+Green+Blue) = 175+232+249=656 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.68% from 656); Green value is 232 (91.02% from 255 or 35.37% from 656); Blue value is 249 (97.66% from 255 or 37.96% from 656); Max value from RGB is 249 - color contains mainly: blue. Hex color #AFE8F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE8F9 is #501706. Grayscale: #D8D8D8. Windows color (decimal): -5248775 or 16378031. OLE color: 16378031.

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

Color convert

RGB 175 232 249 -
CMYK 0.30 0.07 0 0.02
HSL 193.78º 0.86% 0.83% -
HSV(B) 193.78º 0.3% 0.98% -
XYZ 63.63 73.67 100.49 -
YUV 216.9 146.12 98.12 -
System Red Green Blue C M Y K H S L
Decimal 175 232 249 0.30 0.07 0 0.02 193.78 0.86 0.83
Hex AF E8 F9 1E 7 0 2 C2 56 53
Octal 257 350 371 36 7 0 2 302 126 123
Binary 10101111 11101000 11111001 11110 111 0 10 11000010 1010110 1010011

Color Harmonies of #AFE8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE8F9

Black with #AFE8F9

Text Example


Text Example

White with #AFE8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE8F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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