#AFC1DA

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

Shades of Light Steel Blue #AFC1DA

Tints of Light Steel Blue #AFC1DA

Color information

#AFC1DA (or 0xAFC1DA) is unknown color: approx Light Steel Blue. HEX triplet: AF, C1 and DA. RGB value is (175,193,218). Sum of RGB (Red+Green+Blue) = 175+193+218=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 218 - color contains mainly: blue. Hex color #AFC1DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC1DA is #503E25. Grayscale: #BEBEBE. Windows color (decimal): -5258790 or 14336431. OLE color: 14336431.

HSL color Cylindrical-coordinate representation of color #AFC1DA: hue angle of 214.88º 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 #AFC1DA is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175193218-
CMYK0.200.1100.15
HSL214.88º36.75%77.06%-
HSV(B)214.88º19.72%85.49%-
XYZ49.452.3273.82-
YUV190.47143.54116.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.86%
GREEN value IS 193 (75.78% from 255) = 32.94%
BLUE value IS 218 (85.55% from 255) = 37.20%
R=29.86%
G=32.94%
B=37.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751932180.200.1100.15214.8836.7577.06
HexAFC1DA14B0Fd7254d
Octal257301332241301732745115
Binary10101111110000011101101010100101101111110101111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC1DA; }

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

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

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

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

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

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

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

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