#AFC1DF

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

Shades of Light Steel Blue #AFC1DF

Tints of Light Steel Blue #AFC1DF

Color information

#AFC1DF (or 0xAFC1DF) is unknown color: approx Light Steel Blue. HEX triplet: AF, C1 and DF. RGB value is (175,193,223). Sum of RGB (Red+Green+Blue) = 175+193+223=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 193 (75.78% from 255 or 32.66% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFC1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC1DF is #503E20. Grayscale: #BEBEBE. Windows color (decimal): -5258785 or 14664111. OLE color: 14664111.

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

Color convert

RGB175193223-
CMYK0.220.1300.13
HSL217.5º42.86%78.04%-
HSV(B)217.5º21.52%87.45%-
XYZ50.0752.5877.32-
YUV191.04146.04116.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.61%
GREEN value IS 193 (75.78% from 255) = 32.66%
BLUE value IS 223 (87.5% from 255) = 37.73%
R=29.61%
G=32.66%
B=37.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751932230.220.1300.13217.542.8678.04
HexAFC1DF16D0Dda2b4e
Octal257301337261501533253116
Binary10101111110000011101111110110110101101110110101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC1DF; }

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

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

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

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

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

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

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

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