Html Css Color HEX #AEE2F0 Blizzard Blue

📋 copy color: '#AEE2F0'

red 174 ◦ green 226 ◦ blue 240

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

Shades of Blizzard Blue #AEE2F0

Tints of Blizzard Blue #AEE2F0

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.31%

 BLUE value IS 240 (94.14% from 255) = 37.5%

R = 27.19%
G = 35.31%
B = 37.5%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AEE2F0 (or 0xAEE2F0) is known color: Blizzard Blue. HEX triplet: AE, E2 and F0. RGB value is (174,226,240). Sum of RGB (Red+Green+Blue) = 174+226+240=640 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.19% from 640); Green value is 226 (88.67% from 255 or 35.31% from 640); Blue value is 240 (94.14% from 255 or 37.5% from 640); Max value from RGB is 240 - color contains mainly: blue. Hex color #AEE2F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE2F0 is #511D0F. Grayscale: #D3D3D3. Windows color (decimal): -5315856 or 15786670. OLE color: 15786670.

HSL color Cylindrical-coordinate representation of color #AEE2F0: hue angle of 192.73º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEE2F0 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 226 240 -
CMYK 0.28 0.06 0 0.06
HSL 192.73º 0.69% 0.81% -
HSV(B) 192.73º 0.28% 0.94% -
XYZ 60.38 69.68 92.71 -
YUV 212.05 143.77 100.86 -
System Red Green Blue C M Y K H S L
Decimal 174 226 240 0.28 0.06 0 0.06 192.73 0.69 0.81
Hex AE E2 F0 1C 6 0 6 C1 45 51
Octal 256 342 360 34 6 0 6 301 105 121
Binary 10101110 11100010 11110000 11100 110 0 110 11000001 1000101 1010001

Color Harmonies of #AEE2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE2F0

Black with #AEE2F0

Text Example


Text Example

White with #AEE2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE2F0; }

 p { color: rgb(174,226,240); }

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

background-color css

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

 a { background-color: rgb(174,226,240); }

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

border-color css

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

 span { border-color: rgb(174,226,240); }

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