Html Css Color HEX #ADBDDA Light Steel Blue

📋 copy color: '#ADBDDA'

red 173 ◦ green 189 ◦ blue 218

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

Shades of Light Steel Blue #ADBDDA

Tints of Light Steel Blue #ADBDDA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.59%

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

R = 29.83%
G = 32.59%
B = 37.59%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ADBDDA (or 0xADBDDA) is known color: Light Steel Blue. HEX triplet: AD, BD and DA. RGB value is (173,189,218). Sum of RGB (Red+Green+Blue) = 173+189+218=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADBDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDDA is #524225. Grayscale: #BBBBBB. Windows color (decimal): -5390886 or 14335405. OLE color: 14335405.

HSL color Cylindrical-coordinate representation of color #ADBDDA: hue angle of 218.67º 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 #ADBDDA is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 189 218 -
CMYK 0.21 0.13 0 0.15
HSL 218.67º 0.38% 0.77% -
HSV(B) 218.67º 0.21% 0.85% -
XYZ 48.09 50.34 73.51 -
YUV 187.52 145.2 117.64 -
System Red Green Blue C M Y K H S L
Decimal 173 189 218 0.21 0.13 0 0.15 218.67 0.38 0.77
Hex AD BD DA 15 D 0 F DB 26 4D
Octal 255 275 332 25 15 0 17 333 46 115
Binary 10101101 10111101 11011010 10101 1101 0 1111 11011011 100110 1001101

Color Harmonies of #ADBDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBDDA

Black with #ADBDDA

Text Example


Text Example

White with #ADBDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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