#9BB6CD

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

Shades of Polo Blue #9BB6CD

Tints of Polo Blue #9BB6CD

Color information

#9BB6CD (or 0x9BB6CD) is unknown color: approx Polo Blue. HEX triplet: 9B, B6 and CD. RGB value is (155,182,205). Sum of RGB (Red+Green+Blue) = 155+182+205=542 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.60% from 542); Green value is 182 (71.48% from 255 or 33.58% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 205 - color contains mainly: blue. Hex color #9BB6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB6CD is #644932. Grayscale: #B0B0B0. Windows color (decimal): -6572339 or 13481627. OLE color: 13481627.

HSL color Cylindrical-coordinate representation of color #9BB6CD: hue angle of 207.6º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BB6CD is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB155182205-
CMYK0.240.1100.20
HSL207.6º33.33%70.59%-
HSV(B)207.6º24.39%80.39%-
XYZ41.2644.8364.24-
YUV176.55144.05112.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.60%
GREEN value IS 182 (71.48% from 255) = 33.58%
BLUE value IS 205 (80.47% from 255) = 37.82%
R=28.60%
G=33.58%
B=37.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1551822050.240.1100.20207.633.3370.59
Hex9BB6CD18B014d02147
Octal233266315301302432041107
Binary100110111011011011001101110001011010100110100001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,182,205); }

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

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

 a { background-color: rgb(155,182,205); }

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

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

 span { border-color: rgb(155,182,205); }

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