#AFBCDB

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

Shades of Light Steel Blue #AFBCDB

Tints of Light Steel Blue #AFBCDB

Color information

#AFBCDB (or 0xAFBCDB) is unknown color: approx Light Steel Blue. HEX triplet: AF, BC and DB. RGB value is (175,188,219). Sum of RGB (Red+Green+Blue) = 175+188+219=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFBCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCDB is #504324. Grayscale: #BBBBBB. Windows color (decimal): -5260069 or 14400687. OLE color: 14400687.

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

Color convert

RGB175188219-
CMYK0.200.1400.14
HSL222.27º37.93%77.25%-
HSV(B)222.27º20.09%85.88%-
XYZ48.4550.1974.15-
YUV187.65145.69118.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.07%
GREEN value IS 188 (73.83% from 255) = 32.30%
BLUE value IS 219 (85.94% from 255) = 37.63%
R=30.07%
G=32.30%
B=37.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751882190.200.1400.14222.2737.9377.25
HexAFBCDB14E0Ede264d
Octal257274333241601633646115
Binary10101111101111001101101110100111001110110111101001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBCDB; }

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

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

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

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

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

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

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

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