#AFBFDE

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

Shades of Light Steel Blue #AFBFDE

Tints of Light Steel Blue #AFBFDE

Color information

#AFBFDE (or 0xAFBFDE) is unknown color: approx Light Steel Blue. HEX triplet: AF, BF and DE. RGB value is (175,191,222). Sum of RGB (Red+Green+Blue) = 175+191+222=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 222 - color contains mainly: blue. Hex color #AFBFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBFDE is #504021. Grayscale: #BDBDBD. Windows color (decimal): -5259298 or 14598063. OLE color: 14598063.

HSL color Cylindrical-coordinate representation of color #AFBFDE: hue angle of 219.57º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFBFDE is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175191222-
CMYK0.210.1400.13
HSL219.57º41.59%77.84%-
HSV(B)219.57º21.17%87.06%-
XYZ49.4951.6576.47-
YUV189.75146.2117.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.76%
GREEN value IS 191 (75% from 255) = 32.48%
BLUE value IS 222 (87.11% from 255) = 37.76%
R=29.76%
G=32.48%
B=37.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751912220.210.1400.13219.5741.5977.84
HexAFBFDE15E0Ddc2a4e
Octal257277336251601533452116
Binary10101111101111111101111010101111001101110111001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBFDE; }

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

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

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

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

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

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

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

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