#A3D9ED

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

Shades of Light Blue #A3D9ED

Tints of Light Blue #A3D9ED

Color information

#A3D9ED (or 0xA3D9ED) is unknown color: approx Light Blue. HEX triplet: A3, D9 and ED. RGB value is (163,217,237). Sum of RGB (Red+Green+Blue) = 163+217+237=617 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.42% from 617); Green value is 217 (85.16% from 255 or 35.17% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #A3D9ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3D9ED is #5C2612. Grayscale: #CBCBCB. Windows color (decimal): -6039059 or 15587747. OLE color: 15587747.

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

Color convert

RGB163217237-
CMYK0.310.0800.07
HSL196.22º67.27%78.43%-
HSV(B)196.22º31.22%92.94%-
XYZ55.263.5389.47-
YUV203.13147.1199.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.42%
GREEN value IS 217 (85.16% from 255) = 35.17%
BLUE value IS 237 (92.97% from 255) = 38.41%
R=26.42%
G=35.17%
B=38.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1632172370.310.0800.07196.2267.2778.43
HexA3D9ED1F807c4434e
Octal243331355371007304103116
Binary10100011110110011110110111111100001111100010010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D9ED; }

 p { color: rgb(163,217,237); }

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

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

 a { background-color: rgb(163,217,237); }

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

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

 span { border-color: rgb(163,217,237); }

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