#AFBFDA

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

Shades of Light Steel Blue #AFBFDA

Tints of Light Steel Blue #AFBFDA

Color information

#AFBFDA (or 0xAFBFDA) is unknown color: approx Light Steel Blue. HEX triplet: AF, BF and DA. RGB value is (175,191,218). Sum of RGB (Red+Green+Blue) = 175+191+218=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #AFBFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBFDA is #504025. Grayscale: #BDBDBD. Windows color (decimal): -5259302 or 14335919. OLE color: 14335919.

HSL color Cylindrical-coordinate representation of color #AFBFDA: hue angle of 217.67º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFBFDA is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175191218-
CMYK0.200.1200.15
HSL217.67º36.75%77.06%-
HSV(B)217.67º19.72%85.49%-
XYZ48.9651.4473.68-
YUV189.29144.2117.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.97%
GREEN value IS 191 (75% from 255) = 32.71%
BLUE value IS 218 (85.55% from 255) = 37.33%
R=29.97%
G=32.71%
B=37.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751912180.200.1200.15217.6736.7577.06
HexAFBFDA14C0Fda254d
Octal257277332241401733245115
Binary10101111101111111101101010100110001111110110101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBFDA; }

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

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

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

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

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

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

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

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