#8BB4CF

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

Shades of Polo Blue #8BB4CF

Tints of Polo Blue #8BB4CF

Color information

#8BB4CF (or 0x8BB4CF) is unknown color: approx Polo Blue. HEX triplet: 8B, B4 and CF. RGB value is (139,180,207). Sum of RGB (Red+Green+Blue) = 139+180+207=526 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.43% from 526); Green value is 180 (70.70% from 255 or 34.22% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: blue. Hex color #8BB4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB4CF is #744B30. Grayscale: #AAAAAA. Windows color (decimal): -7621425 or 13612171. OLE color: 13612171.

HSL color Cylindrical-coordinate representation of color #8BB4CF: hue angle of 203.82º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BB4CF is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB139180207-
CMYK0.330.1300.19
HSL203.82º41.46%67.84%-
HSV(B)203.82º32.85%81.18%-
XYZ38.2342.6465.25-
YUV170.82148.42105.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.43%
GREEN value IS 180 (70.70% from 255) = 34.22%
BLUE value IS 207 (81.25% from 255) = 39.35%
R=26.43%
G=34.22%
B=39.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1391802070.330.1300.19203.8241.4667.84
Hex8BB4CF21D013cc2944
Octal213264317411502331451104
Binary1000101110110100110011111000011101010011110011001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,180,207); }

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

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

 a { background-color: rgb(139,180,207); }

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

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

 span { border-color: rgb(139,180,207); }

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