#8FB4CD

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

Shades of Polo Blue #8FB4CD

Tints of Polo Blue #8FB4CD

Color information

#8FB4CD (or 0x8FB4CD) is unknown color: approx Polo Blue. HEX triplet: 8F, B4 and CD. RGB value is (143,180,205). Sum of RGB (Red+Green+Blue) = 143+180+205=528 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.08% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #8FB4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB4CD is #704B32. Grayscale: #ABABAB. Windows color (decimal): -7359283 or 13481103. OLE color: 13481103.

HSL color Cylindrical-coordinate representation of color #8FB4CD: hue angle of 204.19º degrees, saturation: 0.38, 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 #8FB4CD is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB143180205-
CMYK0.300.1200.20
HSL204.19º38.27%68.24%-
HSV(B)204.19º30.24%80.39%-
XYZ38.6742.8964-
YUV171.79146.74107.47-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.08%
GREEN value IS 180 (70.70% from 255) = 34.09%
BLUE value IS 205 (80.47% from 255) = 38.83%
R=27.08%
G=34.09%
B=38.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1431802050.300.1200.20204.1938.2768.24
Hex8FB4CD1EC014cc2644
Octal217264315361402431446104
Binary100011111011010011001101111101100010100110011001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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