Html Css Color HEX #ADBFE1 Light Steel Blue

📋 copy color: '#ADBFE1'

red 173 ◦ green 191 ◦ blue 225

#ADBFE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Steel Blue #ADBFE1

Tints of Light Steel Blue #ADBFE1

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.2%

R = 29.37%
G = 32.43%
B = 38.2%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ADBFE1 (or 0xADBFE1) is known color: 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

RGB 173 191 225 -
CMYK 0.23 0.15 0 0.12
HSL 219.23º 0.46% 0.78% -
HSV(B) 219.23º 0.23% 0.88% -
XYZ 49.45 51.58 78.58 -
YUV 189.49 148.04 116.24 -
System Red Green Blue C M Y K H S L
Decimal 173 191 225 0.23 0.15 0 0.12 219.23 0.46 0.78
Hex AD BF E1 17 F 0 C DB 2E 4E
Octal 255 277 341 27 17 0 14 333 56 116
Binary 10101101 10111111 11100001 10111 1111 0 1100 11011011 101110 1001110

Color Harmonies of #ADBFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBFE1

Black with #ADBFE1

Text Example


Text Example

White with #ADBFE1

Text Example


Text Example

HTML Codes & Css Web 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>