Html Css Color HEX #A0BFDA Light Steel Blue

📋 copy color: '#A0BFDA'

red 160 ◦ green 191 ◦ blue 218

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

Shades of Light Steel Blue #A0BFDA

Tints of Light Steel Blue #A0BFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.31%

R = 28.12%
G = 33.57%
B = 38.31%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A0BFDA (or 0xA0BFDA) is known color: Light Steel Blue. HEX triplet: A0, BF and DA. RGB value is (160,191,218). Sum of RGB (Red+Green+Blue) = 160+191+218=569 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.12% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #A0BFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BFDA is #5F4025. Grayscale: #B8B8B8. Windows color (decimal): -6242342 or 14335904. OLE color: 14335904.

HSL color Cylindrical-coordinate representation of color #A0BFDA: hue angle of 207.93º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0BFDA is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 191 218 -
CMYK 0.27 0.12 0 0.15
HSL 207.93º 0.44% 0.74% -
HSV(B) 207.93º 0.27% 0.85% -
XYZ 45.78 49.8 73.53 -
YUV 184.81 146.73 110.3 -
System Red Green Blue C M Y K H S L
Decimal 160 191 218 0.27 0.12 0 0.15 207.93 0.44 0.74
Hex A0 BF DA 1B C 0 F D0 2C 4A
Octal 240 277 332 33 14 0 17 320 54 112
Binary 10100000 10111111 11011010 11011 1100 0 1111 11010000 101100 1001010

Color Harmonies of #A0BFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BFDA

Black with #A0BFDA

Text Example


Text Example

White with #A0BFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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