#8BB0CA

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

Shades of Polo Blue #8BB0CA

Tints of Polo Blue #8BB0CA

Color information

#8BB0CA (or 0x8BB0CA) is unknown color: approx Polo Blue. HEX triplet: 8B, B0 and CA. RGB value is (139,176,202). Sum of RGB (Red+Green+Blue) = 139+176+202=517 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.89% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #8BB0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BB0CA is #744F35. Grayscale: #A7A7A7. Windows color (decimal): -7622454 or 13283467. OLE color: 13283467.

HSL color Cylindrical-coordinate representation of color #8BB0CA: hue angle of 204.76º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BB0CA is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB139176202-
CMYK0.310.1300.21
HSL204.76º37.28%66.86%-
HSV(B)204.76º31.19%79.22%-
XYZ36.8340.861.81-
YUV167.9147.24107.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.89%
GREEN value IS 176 (69.14% from 255) = 34.04%
BLUE value IS 202 (79.30% from 255) = 39.07%
R=26.89%
G=34.04%
B=39.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1391762020.310.1300.21204.7637.2866.86
Hex8BB0CA1FD015cd2543
Octal213260312371502531545103
Binary100010111011000011001010111111101010101110011011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BB0CA; }

 p { color: rgb(139,176,202); }

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

<style>
 a { background-color: #8BB0CA; }

 a { background-color: rgb(139,176,202); }

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

<style>
 span { border-color: #8BB0CA; }

 span { border-color: rgb(139,176,202); }

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