#A9DBEC

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

Shades of Light Blue #A9DBEC

Tints of Light Blue #A9DBEC

Color information

#A9DBEC (or 0xA9DBEC) is unknown color: approx Light Blue. HEX triplet: A9, DB and EC. RGB value is (169,219,236). Sum of RGB (Red+Green+Blue) = 169+219+236=624 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.08% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #A9DBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DBEC is #562413. Grayscale: #CDCDCD. Windows color (decimal): -5645332 or 15522729. OLE color: 15522729.

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

Color convert

RGB169219236-
CMYK0.280.0700.07
HSL195.22º63.81%79.41%-
HSV(B)195.22º28.39%92.55%-
XYZ56.8365.1588.94-
YUV205.99144.94101.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.08%
GREEN value IS 219 (85.94% from 255) = 35.10%
BLUE value IS 236 (92.58% from 255) = 37.82%
R=27.08%
G=35.10%
B=37.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1692192360.280.0700.07195.2263.8179.41
HexA9DBEC1C707c3404f
Octal25133335434707303100117
Binary1010100111011011111011001110011101111100001110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DBEC; }

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

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

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

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

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

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

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

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