#A7D9EC

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

Shades of Light Blue #A7D9EC

Tints of Light Blue #A7D9EC

Color information

#A7D9EC (or 0xA7D9EC) is unknown color: approx Light Blue. HEX triplet: A7, D9 and EC. RGB value is (167,217,236). Sum of RGB (Red+Green+Blue) = 167+217+236=620 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.94% from 620); Green value is 217 (85.16% from 255 or 35% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #A7D9EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7D9EC is #582613. Grayscale: #CCCCCC. Windows color (decimal): -5776916 or 15522215. OLE color: 15522215.

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

Color convert

RGB167217236-
CMYK0.290.0800.07
HSL196.52º64.49%79.02%-
HSV(B)196.52º29.24%92.55%-
XYZ55.8963.988.74-
YUV204.22145.94101.46-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.94%
GREEN value IS 217 (85.16% from 255) = 35%
BLUE value IS 236 (92.58% from 255) = 38.06%
R=26.94%
G=35%
B=38.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1672172360.290.0800.07196.5264.4979.02
HexA7D9EC1D807c5404f
Octal247331354351007305100117
Binary10100111110110011110110011101100001111100010110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D9EC; }

 p { color: rgb(167,217,236); }

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

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

 a { background-color: rgb(167,217,236); }

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

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

 span { border-color: rgb(167,217,236); }

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