#8FB4CC

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

Shades of Polo Blue #8FB4CC

Tints of Polo Blue #8FB4CC

Color information

#8FB4CC (or 0x8FB4CC) is unknown color: approx Polo Blue. HEX triplet: 8F, B4 and CC. RGB value is (143,180,204). Sum of RGB (Red+Green+Blue) = 143+180+204=527 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.13% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #8FB4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB4CC is #704B33. Grayscale: #ABABAB. Windows color (decimal): -7359284 or 13415567. OLE color: 13415567.

HSL color Cylindrical-coordinate representation of color #8FB4CC: hue angle of 203.61º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FB4CC is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB143180204-
CMYK0.300.1200.2
HSL203.61º37.42%68.04%-
HSV(B)203.61º29.9%80%-
XYZ38.5542.8463.36-
YUV171.67146.24107.55-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.13%
GREEN value IS 180 (70.70% from 255) = 34.16%
BLUE value IS 204 (80.08% from 255) = 38.71%
R=27.13%
G=34.16%
B=38.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1431802040.300.1200.2203.6137.4268.04
Hex8FB4CC1EC014cc2544
Octal217264314361402431445104
Binary100011111011010011001100111101100010100110011001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,180,204); }

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

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

 a { background-color: rgb(143,180,204); }

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

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

 span { border-color: rgb(143,180,204); }

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