#ABBADA

Color #ABBADA Light Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Steel Blue #ABBADA

Tints of Light Steel Blue #ABBADA

Color information

#ABBADA (or 0xABBADA) is unknown color: approx Light Steel Blue. HEX triplet: AB, BA and DA. RGB value is (171,186,218). Sum of RGB (Red+Green+Blue) = 171+186+218=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 218 - color contains mainly: blue. Hex color #ABBADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBADA is #544525. Grayscale: #B9B9B9. Windows color (decimal): -5522726 or 14334635. OLE color: 14334635.

HSL color Cylindrical-coordinate representation of color #ABBADA: hue angle of 220.85º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABBADA is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171186218-
CMYK0.220.1500.15
HSL220.85º38.84%76.27%-
HSV(B)220.85º21.56%85.49%-
XYZ47.0148.8473.28-
YUV185.16146.53117.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.74%
GREEN value IS 186 (73.05% from 255) = 32.35%
BLUE value IS 218 (85.55% from 255) = 37.91%
R=29.74%
G=32.35%
B=37.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711862180.220.1500.15220.8538.8476.27
HexABBADA16F0Fdd274c
Octal253272332261701733547114
Binary10101011101110101101101010110111101111110111011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBADA; }

 p { color: rgb(171,186,218); }

 H1.HeaderClassName
 {
   color: #ABBADA;
 }
 .AnyTagClassName
 {
   color: #ABBADA;
 }
</style>
background-color css

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

 a { background-color: rgb(171,186,218); }

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

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

 span { border-color: rgb(171,186,218); }

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