Html Css Color HEX #ADBFE2 Light Steel Blue

📋 copy color: '#ADBFE2'

red 173 ◦ green 191 ◦ blue 226

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

Shades of Light Steel Blue #ADBFE2

Tints of Light Steel Blue #ADBFE2

RGB

 RED value IS 173 (67.97% from 255) = 29.32%

 GREEN value IS 191 (75% from 255) = 32.37%

 BLUE value IS 226 (88.67% from 255) = 38.31%

R = 29.32%
G = 32.37%
B = 38.31%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ADBFE2 (or 0xADBFE2) is known color: Light Steel Blue. HEX triplet: AD, BF and E2. RGB value is (173,191,226). Sum of RGB (Red+Green+Blue) = 173+191+226=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 226 (88.67% from 255 or 38.31% from 590); Max value from RGB is 226 - color contains mainly: blue. Hex color #ADBFE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBFE2 is #52401D. Grayscale: #BDBDBD. Windows color (decimal): -5390366 or 14860205. OLE color: 14860205.

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

Color convert

RGB 173 191 226 -
CMYK 0.23 0.15 0 0.11
HSL 219.62º 0.48% 0.78% -
HSV(B) 219.62º 0.23% 0.89% -
XYZ 49.59 51.64 79.3 -
YUV 189.61 148.54 116.15 -
System Red Green Blue C M Y K H S L
Decimal 173 191 226 0.23 0.15 0 0.11 219.62 0.48 0.78
Hex AD BF E2 17 F 0 B DC 30 4E
Octal 255 277 342 27 17 0 13 334 60 116
Binary 10101101 10111111 11100010 10111 1111 0 1011 11011100 110000 1001110

Color Harmonies of #ADBFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBFE2

Black with #ADBFE2

Text Example


Text Example

White with #ADBFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBFE2; }

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

 H1.HeaderClassName
 {
   color: #ADBFE2;
 }
 .AnyTagClassName
 {
   color: #ADBFE2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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