Html Css Color HEX #AFE8F8 Blizzard Blue

📋 copy color: '#AFE8F8'

red 175 ◦ green 232 ◦ blue 248

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

Shades of Blizzard Blue #AFE8F8

Tints of Blizzard Blue #AFE8F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 37.86%

R = 26.72%
G = 35.42%
B = 37.86%

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

#AFE8F8 (or 0xAFE8F8) is known color: Blizzard Blue. HEX triplet: AF, E8 and F8. RGB value is (175,232,248). Sum of RGB (Red+Green+Blue) = 175+232+248=655 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.72% from 655); Green value is 232 (91.02% from 255 or 35.42% from 655); Blue value is 248 (97.27% from 255 or 37.86% from 655); Max value from RGB is 248 - color contains mainly: blue. Hex color #AFE8F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE8F8 is #501707. Grayscale: #D8D8D8. Windows color (decimal): -5248776 or 16312495. OLE color: 16312495.

HSL color Cylindrical-coordinate representation of color #AFE8F8: hue angle of 193.15º degrees, saturation: 0.84, 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 #AFE8F8 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 232 248 -
CMYK 0.29 0.06 0 0.03
HSL 193.15º 0.84% 0.83% -
HSV(B) 193.15º 0.29% 0.97% -
XYZ 63.48 73.6 99.67 -
YUV 216.78 145.62 98.2 -
System Red Green Blue C M Y K H S L
Decimal 175 232 248 0.29 0.06 0 0.03 193.15 0.84 0.83
Hex AF E8 F8 1D 6 0 3 C1 54 53
Octal 257 350 370 35 6 0 3 301 124 123
Binary 10101111 11101000 11111000 11101 110 0 11 11000001 1010100 1010011

Color Harmonies of #AFE8F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE8F8

Black with #AFE8F8

Text Example


Text Example

White with #AFE8F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE8F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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