#ADBED9

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

Shades of Light Steel Blue #ADBED9

Tints of Light Steel Blue #ADBED9

Color information

#ADBED9 (or 0xADBED9) is unknown color: approx Light Steel Blue. HEX triplet: AD, BE and D9. RGB value is (173,190,217). Sum of RGB (Red+Green+Blue) = 173+190+217=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 217 (85.16% from 255 or 37.41% from 580); Max value from RGB is 217 - color contains mainly: blue. Hex color #ADBED9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBED9 is #524126. Grayscale: #BBBBBB. Windows color (decimal): -5390631 or 14270125. OLE color: 14270125.

HSL color Cylindrical-coordinate representation of color #ADBED9: hue angle of 216.82º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADBED9 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB173190217-
CMYK0.200.1200.15
HSL216.82º36.67%76.47%-
HSV(B)216.82º20.28%85.1%-
XYZ48.1750.7272.9-
YUV187.99144.37117.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.83%
GREEN value IS 190 (74.61% from 255) = 32.76%
BLUE value IS 217 (85.16% from 255) = 37.41%
R=29.83%
G=32.76%
B=37.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1731902170.200.1200.15216.8236.6776.47
HexADBED914C0Fd9254c
Octal255276331241401733145114
Binary10101101101111101101100110100110001111110110011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBED9; }

 p { color: rgb(173,190,217); }

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

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

 a { background-color: rgb(173,190,217); }

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

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

 span { border-color: rgb(173,190,217); }

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