Html Css Color HEX #AAD6EC Light Blue

📋 copy color: '#AAD6EC'

red 170 ◦ green 214 ◦ blue 236

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

Shades of Light Blue #AAD6EC

Tints of Light Blue #AAD6EC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.52%

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

R = 27.42%
G = 34.52%
B = 38.06%

CMYK

 C value IS 0.28

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AAD6EC (or 0xAAD6EC) is known color: Light Blue. HEX triplet: AA, D6 and EC. RGB value is (170,214,236). Sum of RGB (Red+Green+Blue) = 170+214+236=620 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.42% from 620); Green value is 214 (83.98% from 255 or 34.52% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAD6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD6EC is #552913. Grayscale: #CBCBCB. Windows color (decimal): -5581076 or 15521450. OLE color: 15521450.

HSL color Cylindrical-coordinate representation of color #AAD6EC: hue angle of 200º 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 #AAD6EC is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 214 236 -
CMYK 0.28 0.09 0 0.07
HSL 200º 0.63% 0.8% -
HSV(B) 200º 0.28% 0.93% -
XYZ 55.76 62.7 88.52 -
YUV 203.35 146.42 104.21 -
System Red Green Blue C M Y K H S L
Decimal 170 214 236 0.28 0.09 0 0.07 200 0.63 0.8
Hex AA D6 EC 1C 9 0 7 C8 3F 50
Octal 252 326 354 34 11 0 7 310 77 120
Binary 10101010 11010110 11101100 11100 1001 0 111 11001000 111111 1010000

Color Harmonies of #AAD6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD6EC

Black with #AAD6EC

Text Example


Text Example

White with #AAD6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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