#8DABCA

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

Shades of Polo Blue #8DABCA

Tints of Polo Blue #8DABCA

Color information

#8DABCA (or 0x8DABCA) is unknown color: approx Polo Blue. HEX triplet: 8D, AB and CA. RGB value is (141,171,202). Sum of RGB (Red+Green+Blue) = 141+171+202=514 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.43% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #8DABCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DABCA is #725435. Grayscale: #A5A5A5. Windows color (decimal): -7492662 or 13282189. OLE color: 13282189.

HSL color Cylindrical-coordinate representation of color #8DABCA: hue angle of 210.49º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DABCA is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB141171202-
CMYK0.300.1500.21
HSL210.49º36.53%67.25%-
HSV(B)210.49º30.2%79.22%-
XYZ36.2139.0561.51-
YUV165.56148.56110.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.43%
GREEN value IS 171 (67.19% from 255) = 33.27%
BLUE value IS 202 (79.30% from 255) = 39.30%
R=27.43%
G=33.27%
B=39.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1411712020.300.1500.21210.4936.5367.25
Hex8DABCA1EF015d22543
Octal215253312361702532245103
Binary100011011010101111001010111101111010101110100101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,171,202); }

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

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

 a { background-color: rgb(141,171,202); }

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

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

 span { border-color: rgb(141,171,202); }

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