Html Css Color HEX #AAD8E8 Light Blue

📋 copy color: '#AAD8E8'

red 170 ◦ green 216 ◦ blue 232

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

Shades of Light Blue #AAD8E8

Tints of Light Blue #AAD8E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.54%

R = 27.51%
G = 34.95%
B = 37.54%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AAD8E8 (or 0xAAD8E8) is known color: Light Blue. HEX triplet: AA, D8 and E8. RGB value is (170,216,232). Sum of RGB (Red+Green+Blue) = 170+216+232=618 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.51% from 618); Green value is 216 (84.77% from 255 or 34.95% from 618); Blue value is 232 (91.02% from 255 or 37.54% from 618); Max value from RGB is 232 - color contains mainly: blue. Hex color #AAD8E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD8E8 is #552717. Grayscale: #CBCBCB. Windows color (decimal): -5580568 or 15259818. OLE color: 15259818.

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

Color convert

RGB 170 216 232 -
CMYK 0.27 0.07 0 0.09
HSL 195.48º 0.57% 0.79% -
HSV(B) 195.48º 0.27% 0.91% -
XYZ 55.7 63.48 85.66 -
YUV 204.07 143.76 103.7 -
System Red Green Blue C M Y K H S L
Decimal 170 216 232 0.27 0.07 0 0.09 195.48 0.57 0.79
Hex AA D8 E8 1B 7 0 9 C3 39 4F
Octal 252 330 350 33 7 0 11 303 71 117
Binary 10101010 11011000 11101000 11011 111 0 1001 11000011 111001 1001111

Color Harmonies of #AAD8E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD8E8

Black with #AAD8E8

Text Example


Text Example

White with #AAD8E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD8E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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