#8DABCE

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

Shades of Polo Blue #8DABCE

Tints of Polo Blue #8DABCE

Color information

#8DABCE (or 0x8DABCE) is unknown color: approx Polo Blue. HEX triplet: 8D, AB and CE. RGB value is (141,171,206). Sum of RGB (Red+Green+Blue) = 141+171+206=518 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.22% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #8DABCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DABCE is #725431. Grayscale: #A5A5A5. Windows color (decimal): -7492658 or 13544333. OLE color: 13544333.

HSL color Cylindrical-coordinate representation of color #8DABCE: hue angle of 212.31º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DABCE is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB141171206-
CMYK0.320.1700.19
HSL212.31º39.88%68.04%-
HSV(B)212.31º31.55%80.78%-
XYZ36.6939.2464.03-
YUV166.02150.56110.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.22%
GREEN value IS 171 (67.19% from 255) = 33.01%
BLUE value IS 206 (80.86% from 255) = 39.77%
R=27.22%
G=33.01%
B=39.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1411712060.320.1700.19212.3139.8868.04
Hex8DABCE2011013d42844
Octal215253316402102332450104
Binary10001101101010111100111010000010001010011110101001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DABCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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