#9BB6CF

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

Shades of Polo Blue #9BB6CF

Tints of Polo Blue #9BB6CF

Color information

#9BB6CF (or 0x9BB6CF) is unknown color: approx Polo Blue. HEX triplet: 9B, B6 and CF. RGB value is (155,182,207). Sum of RGB (Red+Green+Blue) = 155+182+207=544 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.49% from 544); Green value is 182 (71.48% from 255 or 33.46% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 207 - color contains mainly: blue. Hex color #9BB6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB6CF is #644930. Grayscale: #B0B0B0. Windows color (decimal): -6572337 or 13612699. OLE color: 13612699.

HSL color Cylindrical-coordinate representation of color #9BB6CF: hue angle of 208.85º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BB6CF is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB155182207-
CMYK0.250.1200.19
HSL208.85º35.14%70.98%-
HSV(B)208.85º25.12%81.18%-
XYZ41.5144.9365.52-
YUV176.78145.05112.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.49%
GREEN value IS 182 (71.48% from 255) = 33.46%
BLUE value IS 207 (81.25% from 255) = 38.05%
R=28.49%
G=33.46%
B=38.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1551822070.250.1200.19208.8535.1470.98
Hex9BB6CF19C013d12347
Octal233266317311402332143107
Binary100110111011011011001111110011100010011110100011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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