#9DBADB

Color #9DBADB Light Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Steel Blue #9DBADB

Tints of Light Steel Blue #9DBADB

Color information

#9DBADB (or 0x9DBADB) is unknown color: approx Light Steel Blue. HEX triplet: 9D, BA and DB. RGB value is (157,186,219). Sum of RGB (Red+Green+Blue) = 157+186+219=562 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.94% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #9DBADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBADB is #624524. Grayscale: #B4B4B4. Windows color (decimal): -6440229 or 14400157. OLE color: 14400157.

HSL color Cylindrical-coordinate representation of color #9DBADB: hue angle of 211.94º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DBADB is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB157186219-
CMYK0.280.1500.14
HSL211.94º46.27%73.73%-
HSV(B)211.94º28.31%85.88%-
XYZ44.2547.473.83-
YUV181.09149.39110.82-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.94%
GREEN value IS 186 (73.05% from 255) = 33.10%
BLUE value IS 219 (85.94% from 255) = 38.97%
R=27.94%
G=33.10%
B=38.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1571862190.280.1500.14211.9446.2773.73
Hex9DBADB1CF0Ed42e4a
Octal235272333341701632456112
Binary10011101101110101101101111100111101110110101001011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DBADB; }

 p { color: rgb(157,186,219); }

 H1.HeaderClassName
 {
   color: #9DBADB;
 }
 .AnyTagClassName
 {
   color: #9DBADB;
 }
</style>
background-color css

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

 a { background-color: rgb(157,186,219); }

 div.DivClassName
 {
   background-color: #9DBADB;
 }
 .BgClassName
 {
   background-color: #9DBADB;
 }
</style>
border-color css

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

 span { border-color: rgb(157,186,219); }

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