#A5C0DF

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

Shades of Light Steel Blue #A5C0DF

Tints of Light Steel Blue #A5C0DF

Color information

#A5C0DF (or 0xA5C0DF) is unknown color: approx Light Steel Blue. HEX triplet: A5, C0 and DF. RGB value is (165,192,223). Sum of RGB (Red+Green+Blue) = 165+192+223=580 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.45% from 580); Green value is 192 (75.39% from 255 or 33.10% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #A5C0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C0DF is #5A3F20. Grayscale: #BBBBBB. Windows color (decimal): -5914401 or 14663845. OLE color: 14663845.

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

Color convert

RGB165192223-
CMYK0.260.1400.13
HSL212.07º47.54%76.08%-
HSV(B)212.07º26.01%87.45%-
XYZ47.6951.0377.15-
YUV187.46148.05111.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.45%
GREEN value IS 192 (75.39% from 255) = 33.10%
BLUE value IS 223 (87.5% from 255) = 38.45%
R=28.45%
G=33.10%
B=38.45%

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
Decimal1651922230.260.1400.13212.0747.5476.08
HexA5C0DF1AE0Dd4304c
Octal245300337321601532460114
Binary10100101110000001101111111010111001101110101001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C0DF; }

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

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

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

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

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

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

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

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