#8EB4CC

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

Shades of Polo Blue #8EB4CC

Tints of Polo Blue #8EB4CC

Color information

#8EB4CC (or 0x8EB4CC) is unknown color: approx Polo Blue. HEX triplet: 8E, B4 and CC. RGB value is (142,180,204). Sum of RGB (Red+Green+Blue) = 142+180+204=526 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.00% from 526); Green value is 180 (70.70% from 255 or 34.22% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #8EB4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB4CC is #714B33. Grayscale: #ABABAB. Windows color (decimal): -7424820 or 13415566. OLE color: 13415566.

HSL color Cylindrical-coordinate representation of color #8EB4CC: hue angle of 203.23º 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 #8EB4CC is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB142180204-
CMYK0.300.1200.2
HSL203.23º37.8%67.84%-
HSV(B)203.23º30.39%80%-
XYZ38.3842.7563.36-
YUV171.37146.41107.05-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.00%
GREEN value IS 180 (70.70% from 255) = 34.22%
BLUE value IS 204 (80.08% from 255) = 38.78%
R=27.00%
G=34.22%
B=38.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1421802040.300.1200.2203.2337.867.84
Hex8EB4CC1EC014cb2644
Octal216264314361402431346104
Binary100011101011010011001100111101100010100110010111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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