#9BBCDA

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

Shades of Light Steel Blue #9BBCDA

Tints of Light Steel Blue #9BBCDA

Color information

#9BBCDA (or 0x9BBCDA) is unknown color: approx Light Steel Blue. HEX triplet: 9B, BC and DA. RGB value is (155,188,218). Sum of RGB (Red+Green+Blue) = 155+188+218=561 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.63% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #9BBCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBCDA is #644325. Grayscale: #B5B5B5. Windows color (decimal): -6570790 or 14335131. OLE color: 14335131.

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

Color convert

RGB155188218-
CMYK0.290.1400.15
HSL208.57º45.99%73.14%-
HSV(B)208.57º28.9%85.49%-
XYZ44.164873.27-
YUV181.55148.57109.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.63%
GREEN value IS 188 (73.83% from 255) = 33.51%
BLUE value IS 218 (85.55% from 255) = 38.86%
R=27.63%
G=33.51%
B=38.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1551882180.290.1400.15208.5745.9973.14
Hex9BBCDA1DE0Fd12e49
Octal233274332351601732156111
Binary10011011101111001101101011101111001111110100011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,188,218); }

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

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

 a { background-color: rgb(155,188,218); }

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

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

 span { border-color: rgb(155,188,218); }

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