#A9D6EC

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

Shades of Light Blue #A9D6EC

Tints of Light Blue #A9D6EC

Color information

#A9D6EC (or 0xA9D6EC) is unknown color: approx Light Blue. HEX triplet: A9, D6 and EC. RGB value is (169,214,236). Sum of RGB (Red+Green+Blue) = 169+214+236=619 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.30% from 619); Green value is 214 (83.98% from 255 or 34.57% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #A9D6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D6EC is #562913. Grayscale: #CACACA. Windows color (decimal): -5646612 or 15521449. OLE color: 15521449.

HSL color Cylindrical-coordinate representation of color #A9D6EC: hue angle of 199.7º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9D6EC is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB169214236-
CMYK0.280.0900.07
HSL199.7º63.81%79.41%-
HSV(B)199.7º28.39%92.55%-
XYZ55.5562.5888.51-
YUV203.05146.59103.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.30%
GREEN value IS 214 (83.98% from 255) = 34.57%
BLUE value IS 236 (92.58% from 255) = 38.13%
R=27.30%
G=34.57%
B=38.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1692142360.280.0900.07199.763.8179.41
HexA9D6EC1C907c8404f
Octal251326354341107310100117
Binary10101001110101101110110011100100101111100100010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D6EC; }

 p { color: rgb(169,214,236); }

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

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

 a { background-color: rgb(169,214,236); }

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

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

 span { border-color: rgb(169,214,236); }

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