Html Css Color HEX #ADBFDD Light Steel Blue

📋 copy color: '#ADBFDD'

red 173 ◦ green 191 ◦ blue 221

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

Shades of Light Steel Blue #ADBFDD

Tints of Light Steel Blue #ADBFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.78%

R = 29.57%
G = 32.65%
B = 37.78%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ADBFDD (or 0xADBFDD) is known color: Light Steel Blue. HEX triplet: AD, BF and DD. RGB value is (173,191,221). Sum of RGB (Red+Green+Blue) = 173+191+221=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADBFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBFDD is #524022. Grayscale: #BCBCBC. Windows color (decimal): -5390371 or 14532525. OLE color: 14532525.

HSL color Cylindrical-coordinate representation of color #ADBFDD: hue angle of 217.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADBFDD is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 191 221 -
CMYK 0.22 0.14 0 0.13
HSL 217.5º 0.41% 0.77% -
HSV(B) 217.5º 0.22% 0.87% -
XYZ 48.92 51.37 75.74 -
YUV 189.04 146.04 116.56 -
System Red Green Blue C M Y K H S L
Decimal 173 191 221 0.22 0.14 0 0.13 217.5 0.41 0.77
Hex AD BF DD 16 E 0 D DA 29 4D
Octal 255 277 335 26 16 0 15 332 51 115
Binary 10101101 10111111 11011101 10110 1110 0 1101 11011010 101001 1001101

Color Harmonies of #ADBFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBFDD

Black with #ADBFDD

Text Example


Text Example

White with #ADBFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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