#9CBADB

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

Shades of Light Steel Blue #9CBADB

Tints of Light Steel Blue #9CBADB

Color information

#9CBADB (or 0x9CBADB) is unknown color: approx Light Steel Blue. HEX triplet: 9C, BA and DB. RGB value is (156,186,219). Sum of RGB (Red+Green+Blue) = 156+186+219=561 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.81% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #9CBADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBADB is #634524. Grayscale: #B4B4B4. Windows color (decimal): -6505765 or 14400156. OLE color: 14400156.

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

Color convert

RGB156186219-
CMYK0.290.1500.14
HSL211.43º46.67%73.53%-
HSV(B)211.43º28.77%85.88%-
XYZ44.0647.373.83-
YUV180.79149.56110.32-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.81%
GREEN value IS 186 (73.05% from 255) = 33.16%
BLUE value IS 219 (85.94% from 255) = 39.04%
R=27.81%
G=33.16%
B=39.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1561862190.290.1500.14211.4346.6773.53
Hex9CBADB1DF0Ed32f4a
Octal234272333351701632357112
Binary10011100101110101101101111101111101110110100111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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