#9BB5CC

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

Shades of Polo Blue #9BB5CC

Tints of Polo Blue #9BB5CC

Color information

#9BB5CC (or 0x9BB5CC) is unknown color: approx Polo Blue. HEX triplet: 9B, B5 and CC. RGB value is (155,181,204). Sum of RGB (Red+Green+Blue) = 155+181+204=540 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.70% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: blue. Hex color #9BB5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB5CC is #644A33. Grayscale: #AFAFAF. Windows color (decimal): -6572596 or 13415835. OLE color: 13415835.

HSL color Cylindrical-coordinate representation of color #9BB5CC: hue angle of 208.16º 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 #9BB5CC is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB155181204-
CMYK0.240.1100.2
HSL208.16º32.45%70.39%-
HSV(B)208.16º24.02%80%-
XYZ40.9444.3863.53-
YUV175.85143.89113.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.70%
GREEN value IS 181 (71.09% from 255) = 33.52%
BLUE value IS 204 (80.08% from 255) = 37.78%
R=28.70%
G=33.52%
B=37.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1551812040.240.1100.2208.1632.4570.39
Hex9BB5CC18B014d02046
Octal233265314301302432040106
Binary100110111011010111001100110001011010100110100001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,181,204); }

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

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

 a { background-color: rgb(155,181,204); }

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

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

 span { border-color: rgb(155,181,204); }

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