#AFBEDF

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

Shades of Light Steel Blue #AFBEDF

Tints of Light Steel Blue #AFBEDF

Color information

#AFBEDF (or 0xAFBEDF) is unknown color: approx Light Steel Blue. HEX triplet: AF, BE and DF. RGB value is (175,190,223). Sum of RGB (Red+Green+Blue) = 175+190+223=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFBEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBEDF is #504120. Grayscale: #BDBDBD. Windows color (decimal): -5259553 or 14663343. OLE color: 14663343.

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

Color convert

RGB175190223-
CMYK0.220.1500.13
HSL221.25º42.86%78.04%-
HSV(B)221.25º21.52%87.45%-
XYZ49.4151.2777.1-
YUV189.28147.03117.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.76%
GREEN value IS 190 (74.61% from 255) = 32.31%
BLUE value IS 223 (87.5% from 255) = 37.93%
R=29.76%
G=32.31%
B=37.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751902230.220.1500.13221.2542.8678.04
HexAFBEDF16F0Ddd2b4e
Octal257276337261701533553116
Binary10101111101111101101111110110111101101110111011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBEDF; }

 p { color: rgb(175,190,223); }

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

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

 a { background-color: rgb(175,190,223); }

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

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

 span { border-color: rgb(175,190,223); }

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