Html Css Color HEX #A0C0DF Light Steel Blue

📋 copy color: '#A0C0DF'

red 160 ◦ green 192 ◦ blue 223

#A0C0DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Steel Blue #A0C0DF

Tints of Light Steel Blue #A0C0DF

RGB

 RED value IS 160 (62.89% from 255) = 27.83%

 GREEN value IS 192 (75.39% from 255) = 33.39%

 BLUE value IS 223 (87.5% from 255) = 38.78%

R = 27.83%
G = 33.39%
B = 38.78%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A0C0DF (or 0xA0C0DF) is known color: Light Steel Blue. HEX triplet: A0, C0 and DF. RGB value is (160,192,223). Sum of RGB (Red+Green+Blue) = 160+192+223=575 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.83% from 575); Green value is 192 (75.39% from 255 or 33.39% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #A0C0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C0DF is #5F3F20. Grayscale: #B9B9B9. Windows color (decimal): -6242081 or 14663840. OLE color: 14663840.

HSL color Cylindrical-coordinate representation of color #A0C0DF: hue angle of 209.52º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0C0DF is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 192 223 -
CMYK 0.28 0.14 0 0.13
HSL 209.52º 0.5% 0.75% -
HSV(B) 209.52º 0.28% 0.87% -
XYZ 46.67 50.5 77.1 -
YUV 185.97 148.9 109.48 -
System Red Green Blue C M Y K H S L
Decimal 160 192 223 0.28 0.14 0 0.13 209.52 0.5 0.75
Hex A0 C0 DF 1C E 0 D D2 32 4B
Octal 240 300 337 34 16 0 15 322 62 113
Binary 10100000 11000000 11011111 11100 1110 0 1101 11010010 110010 1001011

Color Harmonies of #A0C0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C0DF

Black with #A0C0DF

Text Example


Text Example

White with #A0C0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C0DF; }

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

 H1.HeaderClassName
 {
   color: #A0C0DF;
 }
 .AnyTagClassName
 {
   color: #A0C0DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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