Html Css Color HEX #AFE9F8 Blizzard Blue

📋 copy color: '#AFE9F8'

red 175 ◦ green 233 ◦ blue 248

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

Shades of Blizzard Blue #AFE9F8

Tints of Blizzard Blue #AFE9F8

RGB

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

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

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

R = 26.68%
G = 35.52%
B = 37.8%

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

#AFE9F8 (or 0xAFE9F8) is known color: Blizzard Blue. HEX triplet: AF, E9 and F8. RGB value is (175,233,248). Sum of RGB (Red+Green+Blue) = 175+233+248=656 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.68% from 656); Green value is 233 (91.41% from 255 or 35.52% from 656); Blue value is 248 (97.27% from 255 or 37.80% from 656); Max value from RGB is 248 - color contains mainly: blue. Hex color #AFE9F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE9F8 is #501607. Grayscale: #D9D9D9. Windows color (decimal): -5248520 or 16312751. OLE color: 16312751.

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

Color convert

RGB 175 233 248 -
CMYK 0.29 0.06 0 0.03
HSL 192.33º 0.84% 0.83% -
HSV(B) 192.33º 0.29% 0.97% -
XYZ 63.76 74.17 99.76 -
YUV 217.37 145.28 97.78 -
System Red Green Blue C M Y K H S L
Decimal 175 233 248 0.29 0.06 0 0.03 192.33 0.84 0.83
Hex AF E9 F8 1D 6 0 3 C0 54 53
Octal 257 351 370 35 6 0 3 300 124 123
Binary 10101111 11101001 11111000 11101 110 0 11 11000000 1010100 1010011

Color Harmonies of #AFE9F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE9F8

Black with #AFE9F8

Text Example


Text Example

White with #AFE9F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE9F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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