Html Css Color HEX #A0BBDA Light Steel Blue

📋 copy color: '#A0BBDA'

red 160 ◦ green 187 ◦ blue 218

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

Shades of Light Steel Blue #A0BBDA

Tints of Light Steel Blue #A0BBDA

RGB

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

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

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

R = 28.32%
G = 33.1%
B = 38.58%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A0BBDA (or 0xA0BBDA) is known color: Light Steel Blue. HEX triplet: A0, BB and DA. RGB value is (160,187,218). Sum of RGB (Red+Green+Blue) = 160+187+218=565 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.32% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #A0BBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BBDA is #5F4425. Grayscale: #B6B6B6. Windows color (decimal): -6243366 or 14334880. OLE color: 14334880.

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

Color convert

RGB 160 187 218 -
CMYK 0.27 0.14 0 0.15
HSL 212.07º 0.44% 0.74% -
HSV(B) 212.07º 0.27% 0.85% -
XYZ 44.92 48.08 73.24 -
YUV 182.46 148.05 111.98 -
System Red Green Blue C M Y K H S L
Decimal 160 187 218 0.27 0.14 0 0.15 212.07 0.44 0.74
Hex A0 BB DA 1B E 0 F D4 2C 4A
Octal 240 273 332 33 16 0 17 324 54 112
Binary 10100000 10111011 11011010 11011 1110 0 1111 11010100 101100 1001010

Color Harmonies of #A0BBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BBDA

Black with #A0BBDA

Text Example


Text Example

White with #A0BBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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