#A4C1DA

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

Shades of Light Steel Blue #A4C1DA

Tints of Light Steel Blue #A4C1DA

Color information

#A4C1DA (or 0xA4C1DA) is unknown color: approx Light Steel Blue. HEX triplet: A4, C1 and DA. RGB value is (164,193,218). Sum of RGB (Red+Green+Blue) = 164+193+218=575 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.52% from 575); Green value is 193 (75.78% from 255 or 33.57% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 218 - color contains mainly: blue. Hex color #A4C1DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C1DA is #5B3E25. Grayscale: #BBBBBB. Windows color (decimal): -5979686 or 14336420. OLE color: 14336420.

HSL color Cylindrical-coordinate representation of color #A4C1DA: hue angle of 207.78º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4C1DA is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB164193218-
CMYK0.250.1100.15
HSL207.78º42.19%74.9%-
HSV(B)207.78º24.77%85.49%-
XYZ47.0351.0973.71-
YUV187.18145.39111.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.52%
GREEN value IS 193 (75.78% from 255) = 33.57%
BLUE value IS 218 (85.55% from 255) = 37.91%
R=28.52%
G=33.57%
B=37.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1641932180.250.1100.15207.7842.1974.9
HexA4C1DA19B0Fd02a4b
Octal244301332311301732052113
Binary10100100110000011101101011001101101111110100001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C1DA; }

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

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

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

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

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

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

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

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