Html Css Color HEX #AAD4E4 Light Blue

📋 copy color: '#AAD4E4'

red 170 ◦ green 212 ◦ blue 228

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

Shades of Light Blue #AAD4E4

Tints of Light Blue #AAD4E4

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.75%

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

R = 27.87%
G = 34.75%
B = 37.38%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AAD4E4 (or 0xAAD4E4) is known color: Light Blue. HEX triplet: AA, D4 and E4. RGB value is (170,212,228). Sum of RGB (Red+Green+Blue) = 170+212+228=610 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.87% from 610); Green value is 212 (83.20% from 255 or 34.75% from 610); Blue value is 228 (89.45% from 255 or 37.38% from 610); Max value from RGB is 228 - color contains mainly: blue. Hex color #AAD4E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD4E4 is #552B1B. Grayscale: #C9C9C9. Windows color (decimal): -5581596 or 14996650. OLE color: 14996650.

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

Color convert

RGB 170 212 228 -
CMYK 0.25 0.07 0 0.11
HSL 196.55º 0.52% 0.78% -
HSV(B) 196.55º 0.25% 0.89% -
XYZ 54.12 61.23 82.37 -
YUV 201.27 143.09 105.7 -
System Red Green Blue C M Y K H S L
Decimal 170 212 228 0.25 0.07 0 0.11 196.55 0.52 0.78
Hex AA D4 E4 19 7 0 B C5 34 4E
Octal 252 324 344 31 7 0 13 305 64 116
Binary 10101010 11010100 11100100 11001 111 0 1011 11000101 110100 1001110

Color Harmonies of #AAD4E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD4E4

Black with #AAD4E4

Text Example


Text Example

White with #AAD4E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD4E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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