#A4D7EB

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

Shades of Light Blue #A4D7EB

Tints of Light Blue #A4D7EB

Color information

#A4D7EB (or 0xA4D7EB) is unknown color: approx Light Blue. HEX triplet: A4, D7 and EB. RGB value is (164,215,235). Sum of RGB (Red+Green+Blue) = 164+215+235=614 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.71% from 614); Green value is 215 (84.38% from 255 or 35.02% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: blue. Hex color #A4D7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4D7EB is #5B2814. Grayscale: #C9C9C9. Windows color (decimal): -5974037 or 15456164. OLE color: 15456164.

HSL color Cylindrical-coordinate representation of color #A4D7EB: hue angle of 196.9º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4D7EB is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB164215235-
CMYK0.300.0900.08
HSL196.9º63.96%78.24%-
HSV(B)196.9º30.21%92.16%-
XYZ54.6162.4987.78-
YUV202.03146.6100.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.71%
GREEN value IS 215 (84.38% from 255) = 35.02%
BLUE value IS 235 (92.19% from 255) = 38.27%
R=26.71%
G=35.02%
B=38.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1642152350.300.0900.08196.963.9678.24
HexA4D7EB1E908c5404e
Octal2443273533611010305100116
Binary101001001101011111101011111101001010001100010110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D7EB; }

 p { color: rgb(164,215,235); }

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

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

 a { background-color: rgb(164,215,235); }

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

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

 span { border-color: rgb(164,215,235); }

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