#ADBFE1

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

Shades of Light Steel Blue #ADBFE1

Tints of Light Steel Blue #ADBFE1

Color information

#ADBFE1 (or 0xADBFE1) is unknown color: approx Light Steel Blue. HEX triplet: AD, BF and E1. RGB value is (173,191,225). Sum of RGB (Red+Green+Blue) = 173+191+225=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 225 (88.28% from 255 or 38.20% from 589); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADBFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBFE1 is #52401E. Grayscale: #BDBDBD. Windows color (decimal): -5390367 or 14794669. OLE color: 14794669.

HSL color Cylindrical-coordinate representation of color #ADBFE1: hue angle of 219.23º degrees, saturation: 0.46, 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 #ADBFE1 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB173191225-
CMYK0.230.1500.12
HSL219.23º46.43%78.04%-
HSV(B)219.23º23.11%88.24%-
XYZ49.4551.5878.58-
YUV189.49148.04116.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.37%
GREEN value IS 191 (75% from 255) = 32.43%
BLUE value IS 225 (88.28% from 255) = 38.20%
R=29.37%
G=32.43%
B=38.20%

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
Decimal1731912250.230.1500.12219.2346.4378.04
HexADBFE117F0Cdb2e4e
Octal255277341271701433356116
Binary10101101101111111110000110111111101100110110111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBFE1; }

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

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

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

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

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

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

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

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