Html Css Color HEX #AAD7EA Light Blue

📋 copy color: '#AAD7EA'

red 170 ◦ green 215 ◦ blue 234

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

Shades of Light Blue #AAD7EA

Tints of Light Blue #AAD7EA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.73%

 BLUE value IS 234 (91.8% from 255) = 37.8%

R = 27.46%
G = 34.73%
B = 37.8%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AAD7EA (or 0xAAD7EA) is known color: Light Blue. HEX triplet: AA, D7 and EA. RGB value is (170,215,234). Sum of RGB (Red+Green+Blue) = 170+215+234=619 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.46% from 619); Green value is 215 (84.38% from 255 or 34.73% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAD7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD7EA is #552815. Grayscale: #CBCBCB. Windows color (decimal): -5580822 or 15390634. OLE color: 15390634.

HSL color Cylindrical-coordinate representation of color #AAD7EA: hue angle of 197.81º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAD7EA is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 215 234 -
CMYK 0.27 0.08 0 0.08
HSL 197.81º 0.6% 0.79% -
HSV(B) 197.81º 0.27% 0.92% -
XYZ 55.73 63.09 87.08 -
YUV 203.71 145.09 103.96 -
System Red Green Blue C M Y K H S L
Decimal 170 215 234 0.27 0.08 0 0.08 197.81 0.6 0.79
Hex AA D7 EA 1B 8 0 8 C6 3C 4F
Octal 252 327 352 33 10 0 10 306 74 117
Binary 10101010 11010111 11101010 11011 1000 0 1000 11000110 111100 1001111

Color Harmonies of #AAD7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD7EA

Black with #AAD7EA

Text Example


Text Example

White with #AAD7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD7EA; }

 p { color: rgb(170,215,234); }

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

background-color css

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

 a { background-color: rgb(170,215,234); }

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

border-color css

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

 span { border-color: rgb(170,215,234); }

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