Html Css Color HEX #A0BBDE Light Steel Blue

📋 copy color: '#A0BBDE'

red 160 ◦ green 187 ◦ blue 222

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

Shades of Light Steel Blue #A0BBDE

Tints of Light Steel Blue #A0BBDE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.86%

 BLUE value IS 222 (87.11% from 255) = 39.02%

R = 28.12%
G = 32.86%
B = 39.02%

CMYK

 C value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A0BBDE (or 0xA0BBDE) is known color: Light Steel Blue. HEX triplet: A0, BB and DE. RGB value is (160,187,222). Sum of RGB (Red+Green+Blue) = 160+187+222=569 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.12% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #A0BBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BBDE is #5F4421. Grayscale: #B6B6B6. Windows color (decimal): -6243362 or 14597024. OLE color: 14597024.

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

Color convert

RGB 160 187 222 -
CMYK 0.28 0.16 0 0.13
HSL 213.87º 0.48% 0.75% -
HSV(B) 213.87º 0.28% 0.87% -
XYZ 45.45 48.29 76.03 -
YUV 182.92 150.05 111.65 -
System Red Green Blue C M Y K H S L
Decimal 160 187 222 0.28 0.16 0 0.13 213.87 0.48 0.75
Hex A0 BB DE 1C 10 0 D D6 30 4B
Octal 240 273 336 34 20 0 15 326 60 113
Binary 10100000 10111011 11011110 11100 10000 0 1101 11010110 110000 1001011

Color Harmonies of #A0BBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BBDE

Black with #A0BBDE

Text Example


Text Example

White with #A0BBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BBDE; }

 p { color: rgb(160,187,222); }

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

background-color css

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

 a { background-color: rgb(160,187,222); }

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

border-color css

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

 span { border-color: rgb(160,187,222); }

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