#A9DAEA

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

Shades of Light Blue #A9DAEA

Tints of Light Blue #A9DAEA

Color information

#A9DAEA (or 0xA9DAEA) is unknown color: approx Light Blue. HEX triplet: A9, DA and EA. RGB value is (169,218,234). Sum of RGB (Red+Green+Blue) = 169+218+234=621 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.21% from 621); Green value is 218 (85.55% from 255 or 35.10% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #A9DAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DAEA is #562515. Grayscale: #CDCDCD. Windows color (decimal): -5645590 or 15391401. OLE color: 15391401.

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

Color convert

RGB169218234-
CMYK0.280.0700.08
HSL194.77º60.75%79.02%-
HSV(B)194.77º27.78%91.76%-
XYZ56.2864.5287.33-
YUV205.17144.27102.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.21%
GREEN value IS 218 (85.55% from 255) = 35.10%
BLUE value IS 234 (91.80% from 255) = 37.68%
R=27.21%
G=35.10%
B=37.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1692182340.280.0700.08194.7760.7579.02
HexA9DAEA1C708c33d4f
Octal25133235234701030375117
Binary1010100111011010111010101110011101000110000111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DAEA; }

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

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

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

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

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

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

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

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