Html Css Color HEX #AAD5E9 Light Blue

📋 copy color: '#AAD5E9'

red 170 ◦ green 213 ◦ blue 233

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

Shades of Light Blue #AAD5E9

Tints of Light Blue #AAD5E9

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.58%

 BLUE value IS 233 (91.41% from 255) = 37.82%

R = 27.6%
G = 34.58%
B = 37.82%

CMYK

 C value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AAD5E9 (or 0xAAD5E9) is known color: Light Blue. HEX triplet: AA, D5 and E9. RGB value is (170,213,233). Sum of RGB (Red+Green+Blue) = 170+213+233=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 213 (83.59% from 255 or 34.58% from 616); Blue value is 233 (91.41% from 255 or 37.82% from 616); Max value from RGB is 233 - color contains mainly: blue. Hex color #AAD5E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD5E9 is #552A16. Grayscale: #CACACA. Windows color (decimal): -5581335 or 15324586. OLE color: 15324586.

HSL color Cylindrical-coordinate representation of color #AAD5E9: hue angle of 199.05º degrees, saturation: 0.59, 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 #AAD5E9 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 213 233 -
CMYK 0.27 0.09 0 0.09
HSL 199.05º 0.59% 0.79% -
HSV(B) 199.05º 0.27% 0.91% -
XYZ 55.08 62.02 86.16 -
YUV 202.42 145.25 104.87 -
System Red Green Blue C M Y K H S L
Decimal 170 213 233 0.27 0.09 0 0.09 199.05 0.59 0.79
Hex AA D5 E9 1B 9 0 9 C7 3B 4F
Octal 252 325 351 33 11 0 11 307 73 117
Binary 10101010 11010101 11101001 11011 1001 0 1001 11000111 111011 1001111

Color Harmonies of #AAD5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD5E9

Black with #AAD5E9

Text Example


Text Example

White with #AAD5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD5E9; }

 p { color: rgb(170,213,233); }

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

background-color css

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

 a { background-color: rgb(170,213,233); }

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

border-color css

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

 span { border-color: rgb(170,213,233); }

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