#8EB5CF

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

Shades of Polo Blue #8EB5CF

Tints of Polo Blue #8EB5CF

Color information

#8EB5CF (or 0x8EB5CF) is unknown color: approx Polo Blue. HEX triplet: 8E, B5 and CF. RGB value is (142,181,207). Sum of RGB (Red+Green+Blue) = 142+181+207=530 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.79% from 530); Green value is 181 (71.09% from 255 or 34.15% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 207 - color contains mainly: blue. Hex color #8EB5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB5CF is #714A30. Grayscale: #ACACAC. Windows color (decimal): -7424561 or 13612430. OLE color: 13612430.

HSL color Cylindrical-coordinate representation of color #8EB5CF: hue angle of 204º 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 #8EB5CF is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB142181207-
CMYK0.310.1300.19
HSL204º40.37%68.43%-
HSV(B)204º31.4%81.18%-
XYZ38.9443.365.34-
YUV172.3147.58106.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.79%
GREEN value IS 181 (71.09% from 255) = 34.15%
BLUE value IS 207 (81.25% from 255) = 39.06%
R=26.79%
G=34.15%
B=39.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1421812070.310.1300.1920440.3768.43
Hex8EB5CF1FD013cc2844
Octal216265317371502331450104
Binary100011101011010111001111111111101010011110011001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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