#8AB3CA

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

Shades of Polo Blue #8AB3CA

Tints of Polo Blue #8AB3CA

Color information

#8AB3CA (or 0x8AB3CA) is unknown color: approx Polo Blue. HEX triplet: 8A, B3 and CA. RGB value is (138,179,202). Sum of RGB (Red+Green+Blue) = 138+179+202=519 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.59% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #8AB3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB3CA is #754C35. Grayscale: #A9A9A9. Windows color (decimal): -7687222 or 13284234. OLE color: 13284234.

HSL color Cylindrical-coordinate representation of color #8AB3CA: hue angle of 201.56º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AB3CA is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB138179202-
CMYK0.320.1100.21
HSL201.56º37.65%66.67%-
HSV(B)201.56º31.68%79.22%-
XYZ37.2641.9162-
YUV169.36146.42105.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.59%
GREEN value IS 179 (70.31% from 255) = 34.49%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=26.59%
G=34.49%
B=38.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1381792020.320.1100.21201.5637.6566.67
Hex8AB3CA20B015ca2643
Octal212263312401302531246103
Binary1000101010110011110010101000001011010101110010101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,179,202); }

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

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

 a { background-color: rgb(138,179,202); }

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

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

 span { border-color: rgb(138,179,202); }

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