#AFC7DF

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

Shades of Light Steel Blue #AFC7DF

Tints of Light Steel Blue #AFC7DF

Color information

#AFC7DF (or 0xAFC7DF) is unknown color: approx Light Steel Blue. HEX triplet: AF, C7 and DF. RGB value is (175,199,223). Sum of RGB (Red+Green+Blue) = 175+199+223=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 199 (78.12% from 255 or 33.33% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFC7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC7DF is #503820. Grayscale: #C2C2C2. Windows color (decimal): -5257249 or 14665647. OLE color: 14665647.

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

Color convert

RGB175199223-
CMYK0.220.1100.13
HSL210º42.86%78.04%-
HSV(B)210º21.52%87.45%-
XYZ51.4255.2977.77-
YUV194.56144.05114.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.31%
GREEN value IS 199 (78.12% from 255) = 33.33%
BLUE value IS 223 (87.5% from 255) = 37.35%
R=29.31%
G=33.33%
B=37.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751992230.220.1100.1321042.8678.04
HexAFC7DF16B0Dd22b4e
Octal257307337261301532253116
Binary10101111110001111101111110110101101101110100101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC7DF; }

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

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

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

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

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

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

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

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