#AADBEA

Color #AADBEA Light Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Blue #AADBEA

Tints of Light Blue #AADBEA

Color information

#AADBEA (or 0xAADBEA) is unknown color: approx Light Blue. HEX triplet: AA, DB and EA. RGB value is (170,219,234). Sum of RGB (Red+Green+Blue) = 170+219+234=623 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.29% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #AADBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADBEA is #552415. Grayscale: #CDCDCD. Windows color (decimal): -5579798 or 15391658. OLE color: 15391658.

HSL color Cylindrical-coordinate representation of color #AADBEA: hue angle of 194.06º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AADBEA is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170219234-
CMYK0.270.0600.08
HSL194.06º60.38%79.22%-
HSV(B)194.06º27.35%91.76%-
XYZ56.7665.1587.43-
YUV206.06143.77102.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.29%
GREEN value IS 219 (85.94% from 255) = 35.15%
BLUE value IS 234 (91.80% from 255) = 37.56%
R=27.29%
G=35.15%
B=37.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702192340.270.0600.08194.0660.3879.22
HexAADBEA1B608c23c4f
Octal25233335233601030274117
Binary1010101011011011111010101101111001000110000101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADBEA; }

 p { color: rgb(170,219,234); }

 H1.HeaderClassName
 {
   color: #AADBEA;
 }
 .AnyTagClassName
 {
   color: #AADBEA;
 }
</style>
background-color css

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

 a { background-color: rgb(170,219,234); }

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

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

 span { border-color: rgb(170,219,234); }

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