Html Css Color HEX #AAD2E4 Light Blue

📋 copy color: '#AAD2E4'

red 170 ◦ green 210 ◦ blue 228

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

Shades of Light Blue #AAD2E4

Tints of Light Blue #AAD2E4

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.54%

 BLUE value IS 228 (89.45% from 255) = 37.5%

R = 27.96%
G = 34.54%
B = 37.5%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AAD2E4 (or 0xAAD2E4) is known color: Light Blue. HEX triplet: AA, D2 and E4. RGB value is (170,210,228). Sum of RGB (Red+Green+Blue) = 170+210+228=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 210 (82.42% from 255 or 34.54% from 608); Blue value is 228 (89.45% from 255 or 37.5% from 608); Max value from RGB is 228 - color contains mainly: blue. Hex color #AAD2E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD2E4 is #552D1B. Grayscale: #C7C7C7. Windows color (decimal): -5582108 or 14996138. OLE color: 14996138.

HSL color Cylindrical-coordinate representation of color #AAD2E4: hue angle of 198.62º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAD2E4 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 210 228 -
CMYK 0.25 0.08 0 0.11
HSL 198.62º 0.52% 0.78% -
HSV(B) 198.62º 0.25% 0.89% -
XYZ 53.63 60.24 82.2 -
YUV 200.09 143.75 106.54 -
System Red Green Blue C M Y K H S L
Decimal 170 210 228 0.25 0.08 0 0.11 198.62 0.52 0.78
Hex AA D2 E4 19 8 0 B C7 34 4E
Octal 252 322 344 31 10 0 13 307 64 116
Binary 10101010 11010010 11100100 11001 1000 0 1011 11000111 110100 1001110

Color Harmonies of #AAD2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD2E4

Black with #AAD2E4

Text Example


Text Example

White with #AAD2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD2E4; }

 p { color: rgb(170,210,228); }

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

background-color css

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

 a { background-color: rgb(170,210,228); }

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

border-color css

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

 span { border-color: rgb(170,210,228); }

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