#A9DBED

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

Shades of Light Blue #A9DBED

Tints of Light Blue #A9DBED

Color information

#A9DBED (or 0xA9DBED) is unknown color: approx Light Blue. HEX triplet: A9, DB and ED. RGB value is (169,219,237). Sum of RGB (Red+Green+Blue) = 169+219+237=625 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.04% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #A9DBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DBED is #562412. Grayscale: #CDCDCD. Windows color (decimal): -5645331 or 15588265. OLE color: 15588265.

HSL color Cylindrical-coordinate representation of color #A9DBED: hue angle of 195.88º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9DBED is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB169219237-
CMYK0.290.0800.07
HSL195.88º65.38%79.61%-
HSV(B)195.88º28.69%92.94%-
XYZ56.9865.2189.7-
YUV206.1145.44101.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.04%
GREEN value IS 219 (85.94% from 255) = 35.04%
BLUE value IS 237 (92.97% from 255) = 37.92%
R=27.04%
G=35.04%
B=37.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1692192370.290.0800.07195.8865.3879.61
HexA9DBED1D807c44150
Octal251333355351007304101120
Binary10101001110110111110110111101100001111100010010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DBED; }

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

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

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

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

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

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

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

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