#8EB0CF

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

Shades of Polo Blue #8EB0CF

Tints of Polo Blue #8EB0CF

Color information

#8EB0CF (or 0x8EB0CF) is unknown color: approx Polo Blue. HEX triplet: 8E, B0 and CF. RGB value is (142,176,207). Sum of RGB (Red+Green+Blue) = 142+176+207=525 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.05% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #8EB0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EB0CF is #714F30. Grayscale: #A9A9A9. Windows color (decimal): -7425841 or 13611150. OLE color: 13611150.

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

Color convert

RGB142176207-
CMYK0.310.1500.19
HSL208.62º40.37%68.43%-
HSV(B)208.62º31.4%81.18%-
XYZ37.9441.3165-
YUV169.37149.24108.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.05%
GREEN value IS 176 (69.14% from 255) = 33.52%
BLUE value IS 207 (81.25% from 255) = 39.43%
R=27.05%
G=33.52%
B=39.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1421762070.310.1500.19208.6240.3768.43
Hex8EB0CF1FF013d12844
Octal216260317371702332150104
Binary100011101011000011001111111111111010011110100011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,176,207); }

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

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

 a { background-color: rgb(142,176,207); }

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

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

 span { border-color: rgb(142,176,207); }

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