#A4C1DC

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

Shades of Light Steel Blue #A4C1DC

Tints of Light Steel Blue #A4C1DC

Color information

#A4C1DC (or 0xA4C1DC) is unknown color: approx Light Steel Blue. HEX triplet: A4, C1 and DC. RGB value is (164,193,220). Sum of RGB (Red+Green+Blue) = 164+193+220=577 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.42% from 577); Green value is 193 (75.78% from 255 or 33.45% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #A4C1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C1DC is #5B3E23. Grayscale: #BBBBBB. Windows color (decimal): -5979684 or 14467492. OLE color: 14467492.

HSL color Cylindrical-coordinate representation of color #A4C1DC: hue angle of 208.93º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4C1DC is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB164193220-
CMYK0.250.1200.14
HSL208.93º44.44%75.29%-
HSV(B)208.93º25.45%86.27%-
XYZ47.351.275.1-
YUV187.41146.39111.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.42%
GREEN value IS 193 (75.78% from 255) = 33.45%
BLUE value IS 220 (86.33% from 255) = 38.13%
R=28.42%
G=33.45%
B=38.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1641932200.250.1200.14208.9344.4475.29
HexA4C1DC19C0Ed12c4b
Octal244301334311401632154113
Binary10100100110000011101110011001110001110110100011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C1DC; }

 p { color: rgb(164,193,220); }

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

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

 a { background-color: rgb(164,193,220); }

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

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

 span { border-color: rgb(164,193,220); }

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