#A4C4DF

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

Shades of Light Steel Blue #A4C4DF

Tints of Light Steel Blue #A4C4DF

Color information

#A4C4DF (or 0xA4C4DF) is unknown color: approx Light Steel Blue. HEX triplet: A4, C4 and DF. RGB value is (164,196,223). Sum of RGB (Red+Green+Blue) = 164+196+223=583 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.13% from 583); Green value is 196 (76.95% from 255 or 33.62% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #A4C4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C4DF is #5B3B20. Grayscale: #BDBDBD. Windows color (decimal): -5978913 or 14664868. OLE color: 14664868.

HSL color Cylindrical-coordinate representation of color #A4C4DF: hue angle of 207.46º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4C4DF is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB164196223-
CMYK0.260.1200.13
HSL207.46º47.97%75.88%-
HSV(B)207.46º26.46%87.45%-
XYZ48.3752.777.43-
YUV189.51146.9109.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.13%
GREEN value IS 196 (76.95% from 255) = 33.62%
BLUE value IS 223 (87.5% from 255) = 38.25%
R=28.13%
G=33.62%
B=38.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641962230.260.1200.13207.4647.9775.88
HexA4C4DF1AC0Dcf304c
Octal244304337321401531760114
Binary10100100110001001101111111010110001101110011111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C4DF; }

 p { color: rgb(164,196,223); }

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

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

 a { background-color: rgb(164,196,223); }

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

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

 span { border-color: rgb(164,196,223); }

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