#A7D3E8

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

Shades of Light Blue #A7D3E8

Tints of Light Blue #A7D3E8

Color information

#A7D3E8 (or 0xA7D3E8) is unknown color: approx Light Blue. HEX triplet: A7, D3 and E8. RGB value is (167,211,232). Sum of RGB (Red+Green+Blue) = 167+211+232=610 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.38% from 610); Green value is 211 (82.81% from 255 or 34.59% from 610); Blue value is 232 (91.02% from 255 or 38.03% from 610); Max value from RGB is 232 - color contains mainly: blue. Hex color #A7D3E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7D3E8 is #582C17. Grayscale: #C8C8C8. Windows color (decimal): -5778456 or 15258535. OLE color: 15258535.

HSL color Cylindrical-coordinate representation of color #A7D3E8: hue angle of 199.38º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A7D3E8 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB167211232-
CMYK0.280.0900.09
HSL199.38º58.56%78.24%-
HSV(B)199.38º28.02%90.98%-
XYZ53.860.6385.21-
YUV200.24145.92104.29-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.38%
GREEN value IS 211 (82.81% from 255) = 34.59%
BLUE value IS 232 (91.02% from 255) = 38.03%
R=27.38%
G=34.59%
B=38.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1672112320.280.0900.09199.3858.5678.24
HexA7D3E81C909c73b4e
Octal247323350341101130773116
Binary10100111110100111110100011100100101001110001111110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D3E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D3E8; }

 p { color: rgb(167,211,232); }

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

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

 a { background-color: rgb(167,211,232); }

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

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

 span { border-color: rgb(167,211,232); }

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