#8EB5CC

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

Shades of Polo Blue #8EB5CC

Tints of Polo Blue #8EB5CC

Color information

#8EB5CC (or 0x8EB5CC) is unknown color: approx Polo Blue. HEX triplet: 8E, B5 and CC. RGB value is (142,181,204). Sum of RGB (Red+Green+Blue) = 142+181+204=527 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.94% from 527); Green value is 181 (71.09% from 255 or 34.35% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #8EB5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB5CC is #714A33. Grayscale: #ABABAB. Windows color (decimal): -7424564 or 13415822. OLE color: 13415822.

HSL color Cylindrical-coordinate representation of color #8EB5CC: hue angle of 202.26º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EB5CC is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB142181204-
CMYK0.300.1100.2
HSL202.26º37.8%67.84%-
HSV(B)202.26º30.39%80%-
XYZ38.5843.1663.42-
YUV171.96146.08106.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.94%
GREEN value IS 181 (71.09% from 255) = 34.35%
BLUE value IS 204 (80.08% from 255) = 38.71%
R=26.94%
G=34.35%
B=38.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1421812040.300.1100.2202.2637.867.84
Hex8EB5CC1EB014ca2644
Octal216265314361302431246104
Binary100011101011010111001100111101011010100110010101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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