#ABBFDD

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

Shades of Light Steel Blue #ABBFDD

Tints of Light Steel Blue #ABBFDD

Color information

#ABBFDD (or 0xABBFDD) is unknown color: approx Light Steel Blue. HEX triplet: AB, BF and DD. RGB value is (171,191,221). Sum of RGB (Red+Green+Blue) = 171+191+221=583 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.33% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABBFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBFDD is #544022. Grayscale: #BCBCBC. Windows color (decimal): -5521443 or 14532523. OLE color: 14532523.

HSL color Cylindrical-coordinate representation of color #ABBFDD: hue angle of 216º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABBFDD is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171191221-
CMYK0.230.1400.13
HSL216º42.37%76.86%-
HSV(B)216º22.62%86.67%-
XYZ48.4851.1475.72-
YUV188.44146.37115.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.33%
GREEN value IS 191 (75% from 255) = 32.76%
BLUE value IS 221 (86.72% from 255) = 37.91%
R=29.33%
G=32.76%
B=37.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711912210.230.1400.1321642.3776.86
HexABBFDD17E0Dd82a4d
Octal253277335271601533052115
Binary10101011101111111101110110111111001101110110001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBFDD; }

 p { color: rgb(171,191,221); }

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

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

 a { background-color: rgb(171,191,221); }

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

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

 span { border-color: rgb(171,191,221); }

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