Html Css Color HEX #AAEBFB Blizzard Blue

📋 copy color: '#AAEBFB'

red 170 ◦ green 235 ◦ blue 251

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

Shades of Blizzard Blue #AAEBFB

Tints of Blizzard Blue #AAEBFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.26%

R = 25.91%
G = 35.82%
B = 38.26%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AAEBFB (or 0xAAEBFB) is known color: Blizzard Blue. HEX triplet: AA, EB and FB. RGB value is (170,235,251). Sum of RGB (Red+Green+Blue) = 170+235+251=656 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.91% from 656); Green value is 235 (92.19% from 255 or 35.82% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAEBFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEBFB is #551404. Grayscale: #D9D9D9. Windows color (decimal): -5575685 or 16509866. OLE color: 16509866.

HSL color Cylindrical-coordinate representation of color #AAEBFB: hue angle of 191.85º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAEBFB is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 235 251 -
CMYK 0.32 0.06 0 0.02
HSL 191.85º 0.91% 0.83% -
HSV(B) 191.85º 0.32% 0.98% -
XYZ 63.7 74.93 102.37 -
YUV 217.39 146.97 94.2 -
System Red Green Blue C M Y K H S L
Decimal 170 235 251 0.32 0.06 0 0.02 191.85 0.91 0.83
Hex AA EB FB 20 6 0 2 C0 5B 53
Octal 252 353 373 40 6 0 2 300 133 123
Binary 10101010 11101011 11111011 100000 110 0 10 11000000 1011011 1010011

Color Harmonies of #AAEBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEBFB

Black with #AAEBFB

Text Example


Text Example

White with #AAEBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEBFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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