#A9DBEA

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

Shades of Light Blue #A9DBEA

Tints of Light Blue #A9DBEA

Color information

#A9DBEA (or 0xA9DBEA) is unknown color: approx Light Blue. HEX triplet: A9, DB and EA. RGB value is (169,219,234). Sum of RGB (Red+Green+Blue) = 169+219+234=622 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.17% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 234 - color contains mainly: blue. Hex color #A9DBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DBEA is #562415. Grayscale: #CDCDCD. Windows color (decimal): -5645334 or 15391657. OLE color: 15391657.

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

Color convert

RGB169219234-
CMYK0.280.0600.08
HSL193.85º60.75%79.02%-
HSV(B)193.85º27.78%91.76%-
XYZ56.5465.0487.42-
YUV205.76143.94101.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.17%
GREEN value IS 219 (85.94% from 255) = 35.21%
BLUE value IS 234 (91.80% from 255) = 37.62%
R=27.17%
G=35.21%
B=37.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1692192340.280.0600.08193.8560.7579.02
HexA9DBEA1C608c23d4f
Octal25133335234601030275117
Binary1010100111011011111010101110011001000110000101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DBEA; }

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

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

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

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

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

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

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

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