#8BB3CA

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

Shades of Polo Blue #8BB3CA

Tints of Polo Blue #8BB3CA

Color information

#8BB3CA (or 0x8BB3CA) is unknown color: approx Polo Blue. HEX triplet: 8B, B3 and CA. RGB value is (139,179,202). Sum of RGB (Red+Green+Blue) = 139+179+202=520 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.73% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #8BB3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB3CA is #744C35. Grayscale: #A9A9A9. Windows color (decimal): -7621686 or 13284235. OLE color: 13284235.

HSL color Cylindrical-coordinate representation of color #8BB3CA: hue angle of 201.9º 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 #8BB3CA is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB139179202-
CMYK0.310.1100.21
HSL201.9º37.28%66.86%-
HSV(B)201.9º31.19%79.22%-
XYZ37.4341.9962.01-
YUV169.66146.25106.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.73%
GREEN value IS 179 (70.31% from 255) = 34.42%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=26.73%
G=34.42%
B=38.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1391792020.310.1100.21201.937.2866.86
Hex8BB3CA1FB015ca2543
Octal213263312371302531245103
Binary100010111011001111001010111111011010101110010101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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