Html Css Color HEX #ADBFDA Light Steel Blue

📋 copy color: '#ADBFDA'

red 173 ◦ green 191 ◦ blue 218

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

Shades of Light Steel Blue #ADBFDA

Tints of Light Steel Blue #ADBFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.46%

R = 29.73%
G = 32.82%
B = 37.46%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ADBFDA (or 0xADBFDA) is known color: Light Steel Blue. HEX triplet: AD, BF and DA. RGB value is (173,191,218). Sum of RGB (Red+Green+Blue) = 173+191+218=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 191 (75% from 255 or 32.82% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADBFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBFDA is #524025. Grayscale: #BCBCBC. Windows color (decimal): -5390374 or 14335917. OLE color: 14335917.

HSL color Cylindrical-coordinate representation of color #ADBFDA: hue angle of 216º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADBFDA is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 191 218 -
CMYK 0.21 0.12 0 0.15
HSL 216º 0.38% 0.77% -
HSV(B) 216º 0.21% 0.85% -
XYZ 48.52 51.21 73.66 -
YUV 188.7 144.54 116.8 -
System Red Green Blue C M Y K H S L
Decimal 173 191 218 0.21 0.12 0 0.15 216 0.38 0.77
Hex AD BF DA 15 C 0 F D8 26 4D
Octal 255 277 332 25 14 0 17 330 46 115
Binary 10101101 10111111 11011010 10101 1100 0 1111 11011000 100110 1001101

Color Harmonies of #ADBFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBFDA

Black with #ADBFDA

Text Example


Text Example

White with #ADBFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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