Html Css Color HEX #AAEBFE Blizzard Blue

📋 copy color: '#AAEBFE'

red 170 ◦ green 235 ◦ blue 254

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

Shades of Blizzard Blue #AAEBFE

Tints of Blizzard Blue #AAEBFE

RGB

 RED value IS 170 (66.8% from 255) = 25.8%

 GREEN value IS 235 (92.19% from 255) = 35.66%

 BLUE value IS 254 (99.61% from 255) = 38.54%

R = 25.8%
G = 35.66%
B = 38.54%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AAEBFE (or 0xAAEBFE) is known color: Blizzard Blue. HEX triplet: AA, EB and FE. RGB value is (170,235,254). Sum of RGB (Red+Green+Blue) = 170+235+254=659 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.80% from 659); Green value is 235 (92.19% from 255 or 35.66% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAEBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEBFE is #551401. Grayscale: #D9D9D9. Windows color (decimal): -5575682 or 16706474. OLE color: 16706474.

HSL color Cylindrical-coordinate representation of color #AAEBFE: hue angle of 193.57º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAEBFE is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 235 254 -
CMYK 0.33 0.07 0 0.00
HSL 193.57º 0.98% 0.83% -
HSV(B) 193.57º 0.33% 1% -
XYZ 64.18 75.12 104.88 -
YUV 217.73 148.47 93.96 -
System Red Green Blue C M Y K H S L
Decimal 170 235 254 0.33 0.07 0 0.00 193.57 0.98 0.83
Hex AA EB FE 21 7 0 0 C2 62 53
Octal 252 353 376 41 7 0 0 302 142 123
Binary 10101010 11101011 11111110 100001 111 0 0 11000010 1100010 1010011

Color Harmonies of #AAEBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEBFE

Black with #AAEBFE

Text Example


Text Example

White with #AAEBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEBFE; }

 p { color: rgb(170,235,254); }

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

background-color css

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

 a { background-color: rgb(170,235,254); }

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

border-color css

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

 span { border-color: rgb(170,235,254); }

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