#A8D9EB

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

Shades of Light Blue #A8D9EB

Tints of Light Blue #A8D9EB

Color information

#A8D9EB (or 0xA8D9EB) is unknown color: approx Light Blue. HEX triplet: A8, D9 and EB. RGB value is (168,217,235). Sum of RGB (Red+Green+Blue) = 168+217+235=620 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.10% from 620); Green value is 217 (85.16% from 255 or 35% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8D9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D9EB is #572614. Grayscale: #CCCCCC. Windows color (decimal): -5711381 or 15456680. OLE color: 15456680.

HSL color Cylindrical-coordinate representation of color #A8D9EB: hue angle of 196.12º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8D9EB is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB168217235-
CMYK0.290.0800.08
HSL196.12º62.62%79.02%-
HSV(B)196.12º28.51%92.16%-
XYZ55.9663.9587.99-
YUV204.4145.27102.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.10%
GREEN value IS 217 (85.16% from 255) = 35%
BLUE value IS 235 (92.19% from 255) = 37.90%
R=27.10%
G=35%
B=37.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1682172350.290.0800.08196.1262.6279.02
HexA8D9EB1D808c43f4f
Octal250331353351001030477117
Binary10101000110110011110101111101100001000110001001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D9EB; }

 p { color: rgb(168,217,235); }

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

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

 a { background-color: rgb(168,217,235); }

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

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

 span { border-color: rgb(168,217,235); }

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