Html Css Color HEX #A0BBE1 Light Steel Blue

📋 copy color: '#A0BBE1'

red 160 ◦ green 187 ◦ blue 225

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

Shades of Light Steel Blue #A0BBE1

Tints of Light Steel Blue #A0BBE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.34%

R = 27.97%
G = 32.69%
B = 39.34%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A0BBE1 (or 0xA0BBE1) is known color: Light Steel Blue. HEX triplet: A0, BB and E1. RGB value is (160,187,225). Sum of RGB (Red+Green+Blue) = 160+187+225=572 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.97% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 225 (88.28% from 255 or 39.34% from 572); Max value from RGB is 225 - color contains mainly: blue. Hex color #A0BBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BBE1 is #5F441E. Grayscale: #B7B7B7. Windows color (decimal): -6243359 or 14793632. OLE color: 14793632.

HSL color Cylindrical-coordinate representation of color #A0BBE1: hue angle of 215.08º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0BBE1 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 187 225 -
CMYK 0.29 0.17 0 0.12
HSL 215.08º 0.52% 0.75% -
HSV(B) 215.08º 0.29% 0.88% -
XYZ 45.86 48.45 78.17 -
YUV 183.26 151.55 111.41 -
System Red Green Blue C M Y K H S L
Decimal 160 187 225 0.29 0.17 0 0.12 215.08 0.52 0.75
Hex A0 BB E1 1D 11 0 C D7 34 4B
Octal 240 273 341 35 21 0 14 327 64 113
Binary 10100000 10111011 11100001 11101 10001 0 1100 11010111 110100 1001011

Color Harmonies of #A0BBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BBE1

Black with #A0BBE1

Text Example


Text Example

White with #A0BBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BBE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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