#A3D7ED

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

Shades of Light Blue #A3D7ED

Tints of Light Blue #A3D7ED

Color information

#A3D7ED (or 0xA3D7ED) is unknown color: approx Light Blue. HEX triplet: A3, D7 and ED. RGB value is (163,215,237). Sum of RGB (Red+Green+Blue) = 163+215+237=615 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.50% from 615); Green value is 215 (84.38% from 255 or 34.96% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: blue. Hex color #A3D7ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3D7ED is #5C2812. Grayscale: #C9C9C9. Windows color (decimal): -6039571 or 15587235. OLE color: 15587235.

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

Color convert

RGB163215237-
CMYK0.310.0900.07
HSL197.84º67.27%78.43%-
HSV(B)197.84º31.22%92.94%-
XYZ54.6962.589.3-
YUV201.96147.77100.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.50%
GREEN value IS 215 (84.38% from 255) = 34.96%
BLUE value IS 237 (92.97% from 255) = 38.54%
R=26.50%
G=34.96%
B=38.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1632152370.310.0900.07197.8467.2778.43
HexA3D7ED1F907c6434e
Octal243327355371107306103116
Binary10100011110101111110110111111100101111100011010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D7ED; }

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

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

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

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

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

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

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

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