Html Css Color HEX #AAD7E6 Light Blue

📋 copy color: '#AAD7E6'

red 170 ◦ green 215 ◦ blue 230

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

Shades of Light Blue #AAD7E6

Tints of Light Blue #AAD7E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.4%

R = 27.64%
G = 34.96%
B = 37.4%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AAD7E6 (or 0xAAD7E6) is known color: Light Blue. HEX triplet: AA, D7 and E6. RGB value is (170,215,230). Sum of RGB (Red+Green+Blue) = 170+215+230=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 215 (84.38% from 255 or 34.96% from 615); Blue value is 230 (90.23% from 255 or 37.40% from 615); Max value from RGB is 230 - color contains mainly: blue. Hex color #AAD7E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD7E6 is #552819. Grayscale: #CBCBCB. Windows color (decimal): -5580826 or 15128490. OLE color: 15128490.

HSL color Cylindrical-coordinate representation of color #AAD7E6: hue angle of 195º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAD7E6 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 215 230 -
CMYK 0.26 0.07 0 0.10
HSL 195º 0.55% 0.78% -
HSV(B) 195º 0.26% 0.9% -
XYZ 55.16 62.86 84.09 -
YUV 203.26 143.09 104.28 -
System Red Green Blue C M Y K H S L
Decimal 170 215 230 0.26 0.07 0 0.10 195 0.55 0.78
Hex AA D7 E6 1A 7 0 A C3 37 4E
Octal 252 327 346 32 7 0 12 303 67 116
Binary 10101010 11010111 11100110 11010 111 0 1010 11000011 110111 1001110

Color Harmonies of #AAD7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD7E6

Black with #AAD7E6

Text Example


Text Example

White with #AAD7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD7E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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