#9DC0DB

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

Shades of Light Steel Blue #9DC0DB

Tints of Light Steel Blue #9DC0DB

Color information

#9DC0DB (or 0x9DC0DB) is unknown color: approx Light Steel Blue. HEX triplet: 9D, C0 and DB. RGB value is (157,192,219). Sum of RGB (Red+Green+Blue) = 157+192+219=568 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.64% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #9DC0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC0DB is #623F24. Grayscale: #B8B8B8. Windows color (decimal): -6438693 or 14401693. OLE color: 14401693.

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

Color convert

RGB157192219-
CMYK0.280.1200.14
HSL206.13º46.27%73.73%-
HSV(B)206.13º28.31%85.88%-
XYZ45.5449.9874.27-
YUV184.61147.4108.3-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.64%
GREEN value IS 192 (75.39% from 255) = 33.80%
BLUE value IS 219 (85.94% from 255) = 38.56%
R=27.64%
G=33.80%
B=38.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1571922190.280.1200.14206.1346.2773.73
Hex9DC0DB1CC0Ece2e4a
Octal235300333341401631656112
Binary10011101110000001101101111100110001110110011101011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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