#8AB0C8

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

Shades of Polo Blue #8AB0C8

Tints of Polo Blue #8AB0C8

Color information

#8AB0C8 (or 0x8AB0C8) is unknown color: approx Polo Blue. HEX triplet: 8A, B0 and C8. RGB value is (138,176,200). Sum of RGB (Red+Green+Blue) = 138+176+200=514 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.85% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 200 (78.52% from 255 or 38.91% from 514); Max value from RGB is 200 - color contains mainly: blue. Hex color #8AB0C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AB0C8 is #754F37. Grayscale: #A7A7A7. Windows color (decimal): -7687992 or 13152394. OLE color: 13152394.

HSL color Cylindrical-coordinate representation of color #8AB0C8: hue angle of 203.23º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8AB0C8 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB138176200-
CMYK0.310.1200.22
HSL203.23º36.05%66.27%-
HSV(B)203.23º31%78.43%-
XYZ36.4340.6260.56-
YUV167.37146.41107.05-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.85%
GREEN value IS 176 (69.14% from 255) = 34.24%
BLUE value IS 200 (78.52% from 255) = 38.91%
R=26.85%
G=34.24%
B=38.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1381762000.310.1200.22203.2336.0566.27
Hex8AB0C81FC016cb2442
Octal212260310371402631344102
Binary100010101011000011001000111111100010110110010111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,176,200); }

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

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

 a { background-color: rgb(138,176,200); }

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

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

 span { border-color: rgb(138,176,200); }

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