#A4C0DF

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

Shades of Light Steel Blue #A4C0DF

Tints of Light Steel Blue #A4C0DF

Color information

#A4C0DF (or 0xA4C0DF) is unknown color: approx Light Steel Blue. HEX triplet: A4, C0 and DF. RGB value is (164,192,223). Sum of RGB (Red+Green+Blue) = 164+192+223=579 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.32% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #A4C0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C0DF is #5B3F20. Grayscale: #BBBBBB. Windows color (decimal): -5979937 or 14663844. OLE color: 14663844.

HSL color Cylindrical-coordinate representation of color #A4C0DF: hue angle of 211.53º 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 #A4C0DF is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB164192223-
CMYK0.260.1400.13
HSL211.53º47.97%75.88%-
HSV(B)211.53º26.46%87.45%-
XYZ47.4850.9277.14-
YUV187.16148.22111.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.32%
GREEN value IS 192 (75.39% from 255) = 33.16%
BLUE value IS 223 (87.5% from 255) = 38.51%
R=28.32%
G=33.16%
B=38.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641922230.260.1400.13211.5347.9775.88
HexA4C0DF1AE0Dd4304c
Octal244300337321601532460114
Binary10100100110000001101111111010111001101110101001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C0DF; }

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

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

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

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

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

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

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

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