#A9D7EB

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

Shades of Light Blue #A9D7EB

Tints of Light Blue #A9D7EB

Color information

#A9D7EB (or 0xA9D7EB) is unknown color: approx Light Blue. HEX triplet: A9, D7 and EB. RGB value is (169,215,235). Sum of RGB (Red+Green+Blue) = 169+215+235=619 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.30% from 619); Green value is 215 (84.38% from 255 or 34.73% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #A9D7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D7EB is #562814. Grayscale: #CBCBCB. Windows color (decimal): -5646357 or 15456169. OLE color: 15456169.

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

Color convert

RGB169215235-
CMYK0.280.0900.08
HSL198.18º62.26%79.22%-
HSV(B)198.18º28.09%92.16%-
XYZ55.6663.0387.83-
YUV203.53145.76103.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.30%
GREEN value IS 215 (84.38% from 255) = 34.73%
BLUE value IS 235 (92.19% from 255) = 37.96%
R=27.30%
G=34.73%
B=37.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1692152350.280.0900.08198.1862.2679.22
HexA9D7EB1C908c63e4f
Octal251327353341101030676117
Binary10101001110101111110101111100100101000110001101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D7EB; }

 p { color: rgb(169,215,235); }

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

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

 a { background-color: rgb(169,215,235); }

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

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

 span { border-color: rgb(169,215,235); }

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