#AFC2DA

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

Shades of Light Steel Blue #AFC2DA

Tints of Light Steel Blue #AFC2DA

Color information

#AFC2DA (or 0xAFC2DA) is unknown color: approx Light Steel Blue. HEX triplet: AF, C2 and DA. RGB value is (175,194,218). Sum of RGB (Red+Green+Blue) = 175+194+218=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 218 - color contains mainly: blue. Hex color #AFC2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC2DA is #503D25. Grayscale: #BEBEBE. Windows color (decimal): -5258534 or 14336687. OLE color: 14336687.

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

Color convert

RGB175194218-
CMYK0.200.1100.15
HSL213.49º36.75%77.06%-
HSV(B)213.49º19.72%85.49%-
XYZ49.6352.7673.9-
YUV191.06143.21116.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.81%
GREEN value IS 194 (76.17% from 255) = 33.05%
BLUE value IS 218 (85.55% from 255) = 37.14%
R=29.81%
G=33.05%
B=37.14%

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
Decimal1751942180.200.1100.15213.4936.7577.06
HexAFC2DA14B0Fd5254d
Octal257302332241301732545115
Binary10101111110000101101101010100101101111110101011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC2DA; }

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

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

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

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

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

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

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

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