Html Css Color HEX #A0BFDF Light Steel Blue

📋 copy color: '#A0BFDF'

red 160 ◦ green 191 ◦ blue 223

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

Shades of Light Steel Blue #A0BFDF

Tints of Light Steel Blue #A0BFDF

RGB

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

 GREEN value IS 191 (75% from 255) = 33.28%

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

R = 27.87%
G = 33.28%
B = 38.85%

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

#A0BFDF (or 0xA0BFDF) is known color: Light Steel Blue. HEX triplet: A0, BF and DF. RGB value is (160,191,223). Sum of RGB (Red+Green+Blue) = 160+191+223=574 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.87% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #A0BFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BFDF is #5F4020. Grayscale: #B9B9B9. Windows color (decimal): -6242337 or 14663584. OLE color: 14663584.

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

Color convert

RGB 160 191 223 -
CMYK 0.28 0.14 0 0.13
HSL 210.48º 0.5% 0.75% -
HSV(B) 210.48º 0.28% 0.87% -
XYZ 46.45 50.06 77.03 -
YUV 185.38 149.23 109.9 -
System Red Green Blue C M Y K H S L
Decimal 160 191 223 0.28 0.14 0 0.13 210.48 0.5 0.75
Hex A0 BF DF 1C E 0 D D2 32 4B
Octal 240 277 337 34 16 0 15 322 62 113
Binary 10100000 10111111 11011111 11100 1110 0 1101 11010010 110010 1001011

Color Harmonies of #A0BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BFDF

Black with #A0BFDF

Text Example


Text Example

White with #A0BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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