Html Css Color HEX #AFE4F1 Blizzard Blue

📋 copy color: '#AFE4F1'

red 175 ◦ green 228 ◦ blue 241

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

Shades of Blizzard Blue #AFE4F1

Tints of Blizzard Blue #AFE4F1

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.4%

 BLUE value IS 241 (94.53% from 255) = 37.42%

R = 27.17%
G = 35.4%
B = 37.42%

CMYK

 C value IS 0.27

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AFE4F1 (or 0xAFE4F1) is known color: Blizzard Blue. HEX triplet: AF, E4 and F1. RGB value is (175,228,241). Sum of RGB (Red+Green+Blue) = 175+228+241=644 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.17% from 644); Green value is 228 (89.45% from 255 or 35.40% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFE4F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE4F1 is #501B0E. Grayscale: #D5D5D5. Windows color (decimal): -5249807 or 15852719. OLE color: 15852719.

HSL color Cylindrical-coordinate representation of color #AFE4F1: hue angle of 191.82º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFE4F1 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 228 241 -
CMYK 0.27 0.05 0 0.05
HSL 191.82º 0.7% 0.82% -
HSV(B) 191.82º 0.27% 0.95% -
XYZ 61.3 70.95 93.68 -
YUV 213.64 143.44 100.44 -
System Red Green Blue C M Y K H S L
Decimal 175 228 241 0.27 0.05 0 0.05 191.82 0.7 0.82
Hex AF E4 F1 1B 5 0 5 C0 46 52
Octal 257 344 361 33 5 0 5 300 106 122
Binary 10101111 11100100 11110001 11011 101 0 101 11000000 1000110 1010010

Color Harmonies of #AFE4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE4F1

Black with #AFE4F1

Text Example


Text Example

White with #AFE4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE4F1; }

 p { color: rgb(175,228,241); }

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

background-color css

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

 a { background-color: rgb(175,228,241); }

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

border-color css

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

 span { border-color: rgb(175,228,241); }

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