Html Css Color HEX #A0BDDA Light Steel Blue

📋 copy color: '#A0BDDA'

red 160 ◦ green 189 ◦ blue 218

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

Shades of Light Steel Blue #A0BDDA

Tints of Light Steel Blue #A0BDDA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.33%

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

R = 28.22%
G = 33.33%
B = 38.45%

CMYK

 C value IS 0.27

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A0BDDA (or 0xA0BDDA) is known color: Light Steel Blue. HEX triplet: A0, BD and DA. RGB value is (160,189,218). Sum of RGB (Red+Green+Blue) = 160+189+218=567 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.22% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #A0BDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BDDA is #5F4225. Grayscale: #B7B7B7. Windows color (decimal): -6242854 or 14335392. OLE color: 14335392.

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

Color convert

RGB 160 189 218 -
CMYK 0.27 0.13 0 0.15
HSL 210º 0.44% 0.74% -
HSV(B) 210º 0.27% 0.85% -
XYZ 45.35 48.93 73.38 -
YUV 183.64 147.39 111.14 -
System Red Green Blue C M Y K H S L
Decimal 160 189 218 0.27 0.13 0 0.15 210 0.44 0.74
Hex A0 BD DA 1B D 0 F D2 2C 4A
Octal 240 275 332 33 15 0 17 322 54 112
Binary 10100000 10111101 11011010 11011 1101 0 1111 11010010 101100 1001010

Color Harmonies of #A0BDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BDDA

Black with #A0BDDA

Text Example


Text Example

White with #A0BDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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