#8FB0DC

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

Shades of Polo Blue #8FB0DC

Tints of Polo Blue #8FB0DC

Color information

#8FB0DC (or 0x8FB0DC) is unknown color: approx Polo Blue. HEX triplet: 8F, B0 and DC. RGB value is (143,176,220). Sum of RGB (Red+Green+Blue) = 143+176+220=539 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.53% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #8FB0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FB0DC is #704F23. Grayscale: #AAAAAA. Windows color (decimal): -7360292 or 14463119. OLE color: 14463119.

HSL color Cylindrical-coordinate representation of color #8FB0DC: hue angle of 214.29º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FB0DC is Cyan = 0.35, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB143176220-
CMYK0.350.200.14
HSL214.29º52.38%71.18%-
HSV(B)214.29º35%86.27%-
XYZ39.7742.0673.73-
YUV171.15155.57107.92-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.53%
GREEN value IS 176 (69.14% from 255) = 32.65%
BLUE value IS 220 (86.33% from 255) = 40.82%
R=26.53%
G=32.65%
B=40.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1431762200.350.200.14214.2952.3871.18
Hex8FB0DC23140Ed63447
Octal217260334432401632664107
Binary1000111110110000110111001000111010001110110101101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,176,220); }

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

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

 a { background-color: rgb(143,176,220); }

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

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

 span { border-color: rgb(143,176,220); }

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