#9BB4CB

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

Shades of Polo Blue #9BB4CB

Tints of Polo Blue #9BB4CB

Color information

#9BB4CB (or 0x9BB4CB) is unknown color: approx Polo Blue. HEX triplet: 9B, B4 and CB. RGB value is (155,180,203). Sum of RGB (Red+Green+Blue) = 155+180+203=538 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.81% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #9BB4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB4CB is #644B34. Grayscale: #AFAFAF. Windows color (decimal): -6572853 or 13350043. OLE color: 13350043.

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

Color convert

RGB155180203-
CMYK0.240.1100.20
HSL208.75º31.58%70.2%-
HSV(B)208.75º23.65%79.61%-
XYZ40.6243.9262.84-
YUV175.15143.72113.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.81%
GREEN value IS 180 (70.70% from 255) = 33.46%
BLUE value IS 203 (79.69% from 255) = 37.73%
R=28.81%
G=33.46%
B=37.73%

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
Decimal1551802030.240.1100.20208.7531.5870.2
Hex9BB4CB18B014d12046
Octal233264313301302432140106
Binary100110111011010011001011110001011010100110100011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,180,203); }

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

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

 a { background-color: rgb(155,180,203); }

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

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

 span { border-color: rgb(155,180,203); }

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