#AFBED8

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

Shades of Light Steel Blue #AFBED8

Tints of Light Steel Blue #AFBED8

Color information

#AFBED8 (or 0xAFBED8) is unknown color: approx Light Steel Blue. HEX triplet: AF, BE and D8. RGB value is (175,190,216). Sum of RGB (Red+Green+Blue) = 175+190+216=581 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.12% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 216 - color contains mainly: blue. Hex color #AFBED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBED8 is #504127. Grayscale: #BCBCBC. Windows color (decimal): -5259560 or 14204591. OLE color: 14204591.

HSL color Cylindrical-coordinate representation of color #AFBED8: hue angle of 218.05º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFBED8 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175190216-
CMYK0.190.1200.15
HSL218.05º34.45%76.67%-
HSV(B)218.05º18.98%84.71%-
XYZ48.4950.972.23-
YUV188.48143.53118.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.12%
GREEN value IS 190 (74.61% from 255) = 32.70%
BLUE value IS 216 (84.77% from 255) = 37.18%
R=30.12%
G=32.70%
B=37.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751902160.190.1200.15218.0534.4576.67
HexAFBED813C0Fda224d
Octal257276330231401733242115
Binary10101111101111101101100010011110001111110110101000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBED8; }

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

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

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

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

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

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

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

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