#8BAFD5

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

Shades of Polo Blue #8BAFD5

Tints of Polo Blue #8BAFD5

Color information

#8BAFD5 (or 0x8BAFD5) is unknown color: approx Polo Blue. HEX triplet: 8B, AF and D5. RGB value is (139,175,213). Sum of RGB (Red+Green+Blue) = 139+175+213=527 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.38% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 213 - color contains mainly: blue. Hex color #8BAFD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAFD5 is #74502A. Grayscale: #A8A8A8. Windows color (decimal): -7622699 or 14004107. OLE color: 14004107.

HSL color Cylindrical-coordinate representation of color #8BAFD5: hue angle of 210.81º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BAFD5 is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB139175213-
CMYK0.350.1800.16
HSL210.81º46.84%69.02%-
HSV(B)210.81º34.74%83.53%-
XYZ37.9940.9568.85-
YUV168.57153.07106.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.38%
GREEN value IS 175 (68.75% from 255) = 33.21%
BLUE value IS 213 (83.59% from 255) = 40.42%
R=26.38%
G=33.21%
B=40.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1391752130.350.1800.16210.8146.8469.02
Hex8BAFD52312010d32f45
Octal213257325432202032357105
Binary10001011101011111101010110001110010010000110100111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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