#AFBDDB

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

Shades of Light Steel Blue #AFBDDB

Tints of Light Steel Blue #AFBDDB

Color information

#AFBDDB (or 0xAFBDDB) is unknown color: approx Light Steel Blue. HEX triplet: AF, BD and DB. RGB value is (175,189,219). Sum of RGB (Red+Green+Blue) = 175+189+219=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFBDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDDB is #504224. Grayscale: #BCBCBC. Windows color (decimal): -5259813 or 14400943. OLE color: 14400943.

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

Color convert

RGB175189219-
CMYK0.200.1400.14
HSL220.91º37.93%77.25%-
HSV(B)220.91º20.09%85.88%-
XYZ48.6650.6274.22-
YUV188.23145.36118.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.02%
GREEN value IS 189 (74.22% from 255) = 32.42%
BLUE value IS 219 (85.94% from 255) = 37.56%
R=30.02%
G=32.42%
B=37.56%

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
Decimal1751892190.200.1400.14220.9137.9377.25
HexAFBDDB14E0Edd264d
Octal257275333241601633546115
Binary10101111101111011101101110100111001110110111011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDDB; }

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

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

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

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

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

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

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

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