Html Css Color HEX #AAD8EC Light Blue

📋 copy color: '#AAD8EC'

red 170 ◦ green 216 ◦ blue 236

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

Shades of Light Blue #AAD8EC

Tints of Light Blue #AAD8EC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.73%

 BLUE value IS 236 (92.58% from 255) = 37.94%

R = 27.33%
G = 34.73%
B = 37.94%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AAD8EC (or 0xAAD8EC) is known color: Light Blue. HEX triplet: AA, D8 and EC. RGB value is (170,216,236). Sum of RGB (Red+Green+Blue) = 170+216+236=622 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.33% from 622); Green value is 216 (84.77% from 255 or 34.73% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAD8EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD8EC is #552713. Grayscale: #CCCCCC. Windows color (decimal): -5580564 or 15521962. OLE color: 15521962.

HSL color Cylindrical-coordinate representation of color #AAD8EC: hue angle of 198.18º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAD8EC is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 216 236 -
CMYK 0.28 0.08 0 0.07
HSL 198.18º 0.63% 0.8% -
HSV(B) 198.18º 0.28% 0.93% -
XYZ 56.27 63.71 88.69 -
YUV 204.53 145.76 103.37 -
System Red Green Blue C M Y K H S L
Decimal 170 216 236 0.28 0.08 0 0.07 198.18 0.63 0.8
Hex AA D8 EC 1C 8 0 7 C6 3F 50
Octal 252 330 354 34 10 0 7 306 77 120
Binary 10101010 11011000 11101100 11100 1000 0 111 11000110 111111 1010000

Color Harmonies of #AAD8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD8EC

Black with #AAD8EC

Text Example


Text Example

White with #AAD8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD8EC; }

 p { color: rgb(170,216,236); }

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

background-color css

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

 a { background-color: rgb(170,216,236); }

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

border-color css

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

 span { border-color: rgb(170,216,236); }

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