Html Css Color HEX #AEE8FA Blizzard Blue

📋 copy color: '#AEE8FA'

red 174 ◦ green 232 ◦ blue 250

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

Shades of Blizzard Blue #AEE8FA

Tints of Blizzard Blue #AEE8FA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.37%

 BLUE value IS 250 (98.05% from 255) = 38.11%

R = 26.52%
G = 35.37%
B = 38.11%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AEE8FA (or 0xAEE8FA) is known color: Blizzard Blue. HEX triplet: AE, E8 and FA. RGB value is (174,232,250). Sum of RGB (Red+Green+Blue) = 174+232+250=656 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.52% from 656); Green value is 232 (91.02% from 255 or 35.37% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #AEE8FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEE8FA is #511705. Grayscale: #D8D8D8. Windows color (decimal): -5314310 or 16443566. OLE color: 16443566.

HSL color Cylindrical-coordinate representation of color #AEE8FA: hue angle of 194.21º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEE8FA is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 232 250 -
CMYK 0.30 0.07 0 0.02
HSL 194.21º 0.88% 0.83% -
HSV(B) 194.21º 0.3% 0.98% -
XYZ 63.57 73.61 101.3 -
YUV 216.71 146.78 97.54 -
System Red Green Blue C M Y K H S L
Decimal 174 232 250 0.30 0.07 0 0.02 194.21 0.88 0.83
Hex AE E8 FA 1E 7 0 2 C2 58 53
Octal 256 350 372 36 7 0 2 302 130 123
Binary 10101110 11101000 11111010 11110 111 0 10 11000010 1011000 1010011

Color Harmonies of #AEE8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE8FA

Black with #AEE8FA

Text Example


Text Example

White with #AEE8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE8FA; }

 p { color: rgb(174,232,250); }

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

background-color css

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

 a { background-color: rgb(174,232,250); }

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

border-color css

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

 span { border-color: rgb(174,232,250); }

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