Html Css Color HEX #ADBEDB Light Steel Blue

📋 copy color: '#ADBEDB'

red 173 ◦ green 190 ◦ blue 219

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

Shades of Light Steel Blue #ADBEDB

Tints of Light Steel Blue #ADBEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.65%

 BLUE value IS 219 (85.94% from 255) = 37.63%

R = 29.73%
G = 32.65%
B = 37.63%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADBEDB (or 0xADBEDB) is known color: Light Steel Blue. HEX triplet: AD, BE and DB. RGB value is (173,190,219). Sum of RGB (Red+Green+Blue) = 173+190+219=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 190 (74.61% from 255 or 32.65% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADBEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBEDB is #524124. Grayscale: #BCBCBC. Windows color (decimal): -5390629 or 14401197. OLE color: 14401197.

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

Color convert

RGB 173 190 219 -
CMYK 0.21 0.13 0 0.14
HSL 217.83º 0.39% 0.77% -
HSV(B) 217.83º 0.21% 0.86% -
XYZ 48.43 50.83 74.28 -
YUV 188.22 145.37 117.14 -
System Red Green Blue C M Y K H S L
Decimal 173 190 219 0.21 0.13 0 0.14 217.83 0.39 0.77
Hex AD BE DB 15 D 0 E DA 27 4D
Octal 255 276 333 25 15 0 16 332 47 115
Binary 10101101 10111110 11011011 10101 1101 0 1110 11011010 100111 1001101

Color Harmonies of #ADBEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBEDB

Black with #ADBEDB

Text Example


Text Example

White with #ADBEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBEDB; }

 p { color: rgb(173,190,219); }

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

background-color css

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

 a { background-color: rgb(173,190,219); }

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

border-color css

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

 span { border-color: rgb(173,190,219); }

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