Html Css Color HEX #AAD5E7 Light Blue

📋 copy color: '#AAD5E7'

red 170 ◦ green 213 ◦ blue 231

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

Shades of Light Blue #AAD5E7

Tints of Light Blue #AAD5E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.62%

R = 27.69%
G = 34.69%
B = 37.62%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AAD5E7 (or 0xAAD5E7) is known color: Light Blue. HEX triplet: AA, D5 and E7. RGB value is (170,213,231). Sum of RGB (Red+Green+Blue) = 170+213+231=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 231 (90.62% from 255 or 37.62% from 614); Max value from RGB is 231 - color contains mainly: blue. Hex color #AAD5E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD5E7 is #552A18. Grayscale: #CACACA. Windows color (decimal): -5581337 or 15193514. OLE color: 15193514.

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

Color convert

RGB 170 213 231 -
CMYK 0.26 0.08 0 0.09
HSL 197.7º 0.56% 0.79% -
HSV(B) 197.7º 0.26% 0.91% -
XYZ 54.8 61.9 84.66 -
YUV 202.2 144.25 105.04 -
System Red Green Blue C M Y K H S L
Decimal 170 213 231 0.26 0.08 0 0.09 197.7 0.56 0.79
Hex AA D5 E7 1A 8 0 9 C6 38 4F
Octal 252 325 347 32 10 0 11 306 70 117
Binary 10101010 11010101 11100111 11010 1000 0 1001 11000110 111000 1001111

Color Harmonies of #AAD5E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD5E7

Black with #AAD5E7

Text Example


Text Example

White with #AAD5E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD5E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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