#8EB3CF

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

Shades of Polo Blue #8EB3CF

Tints of Polo Blue #8EB3CF

Color information

#8EB3CF (or 0x8EB3CF) is unknown color: approx Polo Blue. HEX triplet: 8E, B3 and CF. RGB value is (142,179,207). Sum of RGB (Red+Green+Blue) = 142+179+207=528 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.89% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #8EB3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB3CF is #714C30. Grayscale: #AAAAAA. Windows color (decimal): -7425073 or 13611918. OLE color: 13611918.

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

Color convert

RGB142179207-
CMYK0.310.1400.19
HSL205.85º40.37%68.43%-
HSV(B)205.85º31.4%81.18%-
XYZ38.5442.565.2-
YUV171.13148.24107.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.89%
GREEN value IS 179 (70.31% from 255) = 33.90%
BLUE value IS 207 (81.25% from 255) = 39.20%
R=26.89%
G=33.90%
B=39.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1421792070.310.1400.19205.8540.3768.43
Hex8EB3CF1FE013ce2844
Octal216263317371602331650104
Binary100011101011001111001111111111110010011110011101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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