#AFBFDB

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

Shades of Light Steel Blue #AFBFDB

Tints of Light Steel Blue #AFBFDB

Color information

#AFBFDB (or 0xAFBFDB) is unknown color: approx Light Steel Blue. HEX triplet: AF, BF and DB. RGB value is (175,191,219). Sum of RGB (Red+Green+Blue) = 175+191+219=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFBFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBFDB is #504024. Grayscale: #BDBDBD. Windows color (decimal): -5259301 or 14401455. OLE color: 14401455.

HSL color Cylindrical-coordinate representation of color #AFBFDB: hue angle of 218.18º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFBFDB is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175191219-
CMYK0.200.1300.14
HSL218.18º37.93%77.25%-
HSV(B)218.18º20.09%85.88%-
XYZ49.151.4974.37-
YUV189.41144.7117.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.91%
GREEN value IS 191 (75% from 255) = 32.65%
BLUE value IS 219 (85.94% from 255) = 37.44%
R=29.91%
G=32.65%
B=37.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751912190.200.1300.14218.1837.9377.25
HexAFBFDB14D0Eda264d
Octal257277333241501633246115
Binary10101111101111111101101110100110101110110110101001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBFDB; }

 p { color: rgb(175,191,219); }

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

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

 a { background-color: rgb(175,191,219); }

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

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

 span { border-color: rgb(175,191,219); }

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