Html Css Color HEX #AFE5F1 Blizzard Blue

📋 copy color: '#AFE5F1'

red 175 ◦ green 229 ◦ blue 241

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

Shades of Blizzard Blue #AFE5F1

Tints of Blizzard Blue #AFE5F1

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.5%

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

R = 27.13%
G = 35.5%
B = 37.36%

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

#AFE5F1 (or 0xAFE5F1) is known color: Blizzard Blue. HEX triplet: AF, E5 and F1. RGB value is (175,229,241). Sum of RGB (Red+Green+Blue) = 175+229+241=645 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.13% from 645); Green value is 229 (89.84% from 255 or 35.50% from 645); Blue value is 241 (94.53% from 255 or 37.36% from 645); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFE5F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE5F1 is #501A0E. Grayscale: #D6D6D6. Windows color (decimal): -5249551 or 15852975. OLE color: 15852975.

HSL color Cylindrical-coordinate representation of color #AFE5F1: hue angle of 190.91º 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 #AFE5F1 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 229 241 -
CMYK 0.27 0.05 0 0.05
HSL 190.91º 0.7% 0.82% -
HSV(B) 190.91º 0.27% 0.95% -
XYZ 61.58 71.5 93.78 -
YUV 214.22 143.11 100.02 -
System Red Green Blue C M Y K H S L
Decimal 175 229 241 0.27 0.05 0 0.05 190.91 0.7 0.82
Hex AF E5 F1 1B 5 0 5 BF 46 52
Octal 257 345 361 33 5 0 5 277 106 122
Binary 10101111 11100101 11110001 11011 101 0 101 10111111 1000110 1010010

Color Harmonies of #AFE5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE5F1

Black with #AFE5F1

Text Example


Text Example

White with #AFE5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE5F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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