#9DBBDB

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

Shades of Light Steel Blue #9DBBDB

Tints of Light Steel Blue #9DBBDB

Color information

#9DBBDB (or 0x9DBBDB) is unknown color: approx Light Steel Blue. HEX triplet: 9D, BB and DB. RGB value is (157,187,219). Sum of RGB (Red+Green+Blue) = 157+187+219=563 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.89% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #9DBBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBBDB is #624424. Grayscale: #B5B5B5. Windows color (decimal): -6439973 or 14400413. OLE color: 14400413.

HSL color Cylindrical-coordinate representation of color #9DBBDB: hue angle of 210.97º 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 #9DBBDB is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB157187219-
CMYK0.280.1500.14
HSL210.97º46.27%73.73%-
HSV(B)210.97º28.31%85.88%-
XYZ44.4647.8273.91-
YUV181.68149.06110.4-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.89%
GREEN value IS 187 (73.44% from 255) = 33.21%
BLUE value IS 219 (85.94% from 255) = 38.90%
R=27.89%
G=33.21%
B=38.90%

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
Decimal1571872190.280.1500.14210.9746.2773.73
Hex9DBBDB1CF0Ed32e4a
Octal235273333341701632356112
Binary10011101101110111101101111100111101110110100111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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