#ADBFE0

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

Shades of Light Steel Blue #ADBFE0

Tints of Light Steel Blue #ADBFE0

Color information

#ADBFE0 (or 0xADBFE0) is unknown color: approx Light Steel Blue. HEX triplet: AD, BF and E0. RGB value is (173,191,224). Sum of RGB (Red+Green+Blue) = 173+191+224=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADBFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBFE0 is #52401F. Grayscale: #BDBDBD. Windows color (decimal): -5390368 or 14729133. OLE color: 14729133.

HSL color Cylindrical-coordinate representation of color #ADBFE0: hue angle of 218.82º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADBFE0 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB173191224-
CMYK0.230.1500.12
HSL218.82º45.13%77.84%-
HSV(B)218.82º22.77%87.84%-
XYZ49.3251.5377.87-
YUV189.38147.54116.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.42%
GREEN value IS 191 (75% from 255) = 32.48%
BLUE value IS 224 (87.89% from 255) = 38.10%
R=29.42%
G=32.48%
B=38.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1731912240.230.1500.12218.8245.1377.84
HexADBFE017F0Cdb2d4e
Octal255277340271701433355116
Binary10101101101111111110000010111111101100110110111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBFE0; }

 p { color: rgb(173,191,224); }

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

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

 a { background-color: rgb(173,191,224); }

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

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

 span { border-color: rgb(173,191,224); }

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