Html Css Color HEX #AFE8F7 Blizzard Blue

📋 copy color: '#AFE8F7'

red 175 ◦ green 232 ◦ blue 247

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

Shades of Blizzard Blue #AFE8F7

Tints of Blizzard Blue #AFE8F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 37.77%

R = 26.76%
G = 35.47%
B = 37.77%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AFE8F7 (or 0xAFE8F7) is known color: Blizzard Blue. HEX triplet: AF, E8 and F7. RGB value is (175,232,247). Sum of RGB (Red+Green+Blue) = 175+232+247=654 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.76% from 654); Green value is 232 (91.02% from 255 or 35.47% from 654); Blue value is 247 (96.88% from 255 or 37.77% from 654); Max value from RGB is 247 - color contains mainly: blue. Hex color #AFE8F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE8F7 is #501708. Grayscale: #D8D8D8. Windows color (decimal): -5248777 or 16246959. OLE color: 16246959.

HSL color Cylindrical-coordinate representation of color #AFE8F7: hue angle of 192.5º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFE8F7 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 232 247 -
CMYK 0.29 0.06 0 0.03
HSL 192.5º 0.82% 0.83% -
HSV(B) 192.5º 0.29% 0.97% -
XYZ 63.32 73.54 98.85 -
YUV 216.67 145.12 98.28 -
System Red Green Blue C M Y K H S L
Decimal 175 232 247 0.29 0.06 0 0.03 192.5 0.82 0.83
Hex AF E8 F7 1D 6 0 3 C0 52 53
Octal 257 350 367 35 6 0 3 300 122 123
Binary 10101111 11101000 11110111 11101 110 0 11 11000000 1010010 1010011

Color Harmonies of #AFE8F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE8F7

Black with #AFE8F7

Text Example


Text Example

White with #AFE8F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE8F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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