#A9DDED

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

Shades of Light Blue #A9DDED

Tints of Light Blue #A9DDED

Color information

#A9DDED (or 0xA9DDED) is unknown color: approx Light Blue. HEX triplet: A9, DD and ED. RGB value is (169,221,237). Sum of RGB (Red+Green+Blue) = 169+221+237=627 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.95% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #A9DDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DDED is #562212. Grayscale: #CFCFCF. Windows color (decimal): -5644819 or 15588777. OLE color: 15588777.

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

Color convert

RGB169221237-
CMYK0.290.0700.07
HSL194.12º65.38%79.61%-
HSV(B)194.12º28.69%92.94%-
XYZ57.566.2689.88-
YUV207.28144.77100.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.95%
GREEN value IS 221 (86.72% from 255) = 35.25%
BLUE value IS 237 (92.97% from 255) = 37.80%
R=26.95%
G=35.25%
B=37.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1692212370.290.0700.07194.1265.3879.61
HexA9DDED1D707c24150
Octal25133535535707302101120
Binary1010100111011101111011011110111101111100001010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DDED; }

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

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

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

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

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

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

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

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