Html Css Color HEX #A0C2DF Light Steel Blue

📋 copy color: '#A0C2DF'

red 160 ◦ green 194 ◦ blue 223

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

Shades of Light Steel Blue #A0C2DF

Tints of Light Steel Blue #A0C2DF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.62%

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

R = 27.73%
G = 33.62%
B = 38.65%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A0C2DF (or 0xA0C2DF) is known color: Light Steel Blue. HEX triplet: A0, C2 and DF. RGB value is (160,194,223). Sum of RGB (Red+Green+Blue) = 160+194+223=577 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.73% from 577); Green value is 194 (76.17% from 255 or 33.62% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #A0C2DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C2DF is #5F3D20. Grayscale: #BABABA. Windows color (decimal): -6241569 or 14664352. OLE color: 14664352.

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

Color convert

RGB 160 194 223 -
CMYK 0.28 0.13 0 0.13
HSL 207.62º 0.5% 0.75% -
HSV(B) 207.62º 0.28% 0.87% -
XYZ 47.11 51.38 77.25 -
YUV 187.14 148.24 108.64 -
System Red Green Blue C M Y K H S L
Decimal 160 194 223 0.28 0.13 0 0.13 207.62 0.5 0.75
Hex A0 C2 DF 1C D 0 D D0 32 4B
Octal 240 302 337 34 15 0 15 320 62 113
Binary 10100000 11000010 11011111 11100 1101 0 1101 11010000 110010 1001011

Color Harmonies of #A0C2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C2DF

Black with #A0C2DF

Text Example


Text Example

White with #A0C2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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