#8BAFCD

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

Shades of Polo Blue #8BAFCD

Tints of Polo Blue #8BAFCD

Color information

#8BAFCD (or 0x8BAFCD) is unknown color: approx Polo Blue. HEX triplet: 8B, AF and CD. RGB value is (139,175,205). Sum of RGB (Red+Green+Blue) = 139+175+205=519 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.78% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #8BAFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAFCD is #745032. Grayscale: #A7A7A7. Windows color (decimal): -7622707 or 13479819. OLE color: 13479819.

HSL color Cylindrical-coordinate representation of color #8BAFCD: hue angle of 207.27º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BAFCD is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB139175205-
CMYK0.320.1500.20
HSL207.27º39.76%67.45%-
HSV(B)207.27º32.2%80.39%-
XYZ3740.5663.64-
YUV167.66149.07107.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.78%
GREEN value IS 175 (68.75% from 255) = 33.72%
BLUE value IS 205 (80.47% from 255) = 39.50%
R=26.78%
G=33.72%
B=39.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1391752050.320.1500.20207.2739.7667.45
Hex8BAFCD20F014cf2843
Octal213257315401702431750103
Binary1000101110101111110011011000001111010100110011111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,175,205); }

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

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

 a { background-color: rgb(139,175,205); }

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

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

 span { border-color: rgb(139,175,205); }

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