Html Css Color HEX #AAD9E8 Light Blue

📋 copy color: '#AAD9E8'

red 170 ◦ green 217 ◦ blue 232

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

Shades of Light Blue #AAD9E8

Tints of Light Blue #AAD9E8

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.06%

 BLUE value IS 232 (91.02% from 255) = 37.48%

R = 27.46%
G = 35.06%
B = 37.48%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AAD9E8 (or 0xAAD9E8) is known color: Light Blue. HEX triplet: AA, D9 and E8. RGB value is (170,217,232). Sum of RGB (Red+Green+Blue) = 170+217+232=619 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.46% from 619); Green value is 217 (85.16% from 255 or 35.06% from 619); Blue value is 232 (91.02% from 255 or 37.48% from 619); Max value from RGB is 232 - color contains mainly: blue. Hex color #AAD9E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD9E8 is #552617. Grayscale: #CCCCCC. Windows color (decimal): -5580312 or 15260074. OLE color: 15260074.

HSL color Cylindrical-coordinate representation of color #AAD9E8: hue angle of 194.52º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAD9E8 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 217 232 -
CMYK 0.27 0.06 0 0.09
HSL 194.52º 0.57% 0.79% -
HSV(B) 194.52º 0.27% 0.91% -
XYZ 55.96 64 85.75 -
YUV 204.66 143.43 103.28 -
System Red Green Blue C M Y K H S L
Decimal 170 217 232 0.27 0.06 0 0.09 194.52 0.57 0.79
Hex AA D9 E8 1B 6 0 9 C3 39 4F
Octal 252 331 350 33 6 0 11 303 71 117
Binary 10101010 11011001 11101000 11011 110 0 1001 11000011 111001 1001111

Color Harmonies of #AAD9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD9E8

Black with #AAD9E8

Text Example


Text Example

White with #AAD9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD9E8; }

 p { color: rgb(170,217,232); }

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

background-color css

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

 a { background-color: rgb(170,217,232); }

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

border-color css

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

 span { border-color: rgb(170,217,232); }

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