#A4D8ED

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

Shades of Light Blue #A4D8ED

Tints of Light Blue #A4D8ED

Color information

#A4D8ED (or 0xA4D8ED) is unknown color: approx Light Blue. HEX triplet: A4, D8 and ED. RGB value is (164,216,237). Sum of RGB (Red+Green+Blue) = 164+216+237=617 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.58% from 617); Green value is 216 (84.77% from 255 or 35.01% 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 #A4D8ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4D8ED is #5B2712. Grayscale: #CACACA. Windows color (decimal): -5973779 or 15587492. OLE color: 15587492.

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

Color convert

RGB164216237-
CMYK0.310.0900.07
HSL197.26º66.97%78.63%-
HSV(B)197.26º30.8%92.94%-
XYZ55.1563.1289.4-
YUV202.85147.27100.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.58%
GREEN value IS 216 (84.77% from 255) = 35.01%
BLUE value IS 237 (92.97% from 255) = 38.41%
R=26.58%
G=35.01%
B=38.41%

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
Decimal1642162370.310.0900.07197.2666.9778.63
HexA4D8ED1F907c5434f
Octal244330355371107305103117
Binary10100100110110001110110111111100101111100010110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D8ED; }

 p { color: rgb(164,216,237); }

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

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

 a { background-color: rgb(164,216,237); }

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

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

 span { border-color: rgb(164,216,237); }

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