Html Css Color HEX #AEE5F1 Blizzard Blue

📋 copy color: '#AEE5F1'

red 174 ◦ green 229 ◦ blue 241

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

Shades of Blizzard Blue #AEE5F1

Tints of Blizzard Blue #AEE5F1

RGB

 RED value IS 174 (68.36% from 255) = 27.02%

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

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

R = 27.02%
G = 35.56%
B = 37.42%

CMYK

 C value IS 0.28

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AEE5F1 (or 0xAEE5F1) is known color: Blizzard Blue. HEX triplet: AE, E5 and F1. RGB value is (174,229,241). Sum of RGB (Red+Green+Blue) = 174+229+241=644 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.02% from 644); Green value is 229 (89.84% from 255 or 35.56% 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 #AEE5F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE5F1 is #511A0E. Grayscale: #D5D5D5. Windows color (decimal): -5315087 or 15852974. OLE color: 15852974.

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

Color convert

RGB 174 229 241 -
CMYK 0.28 0.05 0 0.05
HSL 190.75º 0.71% 0.81% -
HSV(B) 190.75º 0.28% 0.95% -
XYZ 61.35 71.39 93.76 -
YUV 213.92 143.28 99.52 -
System Red Green Blue C M Y K H S L
Decimal 174 229 241 0.28 0.05 0 0.05 190.75 0.71 0.81
Hex AE E5 F1 1C 5 0 5 BF 47 51
Octal 256 345 361 34 5 0 5 277 107 121
Binary 10101110 11100101 11110001 11100 101 0 101 10111111 1000111 1010001

Color Harmonies of #AEE5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE5F1

Black with #AEE5F1

Text Example


Text Example

White with #AEE5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE5F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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