#AFBEDA

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

Shades of Light Steel Blue #AFBEDA

Tints of Light Steel Blue #AFBEDA

Color information

#AFBEDA (or 0xAFBEDA) is unknown color: approx Light Steel Blue. HEX triplet: AF, BE and DA. RGB value is (175,190,218). Sum of RGB (Red+Green+Blue) = 175+190+218=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 190 (74.61% from 255 or 32.59% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #AFBEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBEDA is #504125. Grayscale: #BCBCBC. Windows color (decimal): -5259558 or 14335663. OLE color: 14335663.

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

Color convert

RGB175190218-
CMYK0.200.1300.15
HSL219.07º36.75%77.06%-
HSV(B)219.07º19.72%85.49%-
XYZ48.755173.6-
YUV188.71144.53118.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.02%
GREEN value IS 190 (74.61% from 255) = 32.59%
BLUE value IS 218 (85.55% from 255) = 37.39%
R=30.02%
G=32.59%
B=37.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751902180.200.1300.15219.0736.7577.06
HexAFBEDA14D0Fdb254d
Octal257276332241501733345115
Binary10101111101111101101101010100110101111110110111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBEDA; }

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

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

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

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

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

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

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

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