#AFBDD7

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

Shades of Light Steel Blue #AFBDD7

Tints of Light Steel Blue #AFBDD7

Color information

#AFBDD7 (or 0xAFBDD7) is unknown color: approx Light Steel Blue. HEX triplet: AF, BD and D7. RGB value is (175,189,215). Sum of RGB (Red+Green+Blue) = 175+189+215=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 215 (84.38% from 255 or 37.13% from 579); Max value from RGB is 215 - color contains mainly: blue. Hex color #AFBDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDD7 is #504228. Grayscale: #BBBBBB. Windows color (decimal): -5259817 or 14138799. OLE color: 14138799.

HSL color Cylindrical-coordinate representation of color #AFBDD7: hue angle of 219º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFBDD7 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175189215-
CMYK0.190.1200.16
HSL219º33.33%76.47%-
HSV(B)219º18.6%84.31%-
XYZ48.1450.4271.48-
YUV187.78143.36118.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.22%
GREEN value IS 189 (74.22% from 255) = 32.64%
BLUE value IS 215 (84.38% from 255) = 37.13%
R=30.22%
G=32.64%
B=37.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751892150.190.1200.1621933.3376.47
HexAFBDD713C010db214c
Octal257275327231402033341114
Binary101011111011110111010111100111100010000110110111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDD7; }

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

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

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

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

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

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

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

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