#8CAED4

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

Shades of Polo Blue #8CAED4

Tints of Polo Blue #8CAED4

Color information

#8CAED4 (or 0x8CAED4) is unknown color: approx Polo Blue. HEX triplet: 8C, AE and D4. RGB value is (140,174,212). Sum of RGB (Red+Green+Blue) = 140+174+212=526 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.62% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 212 - color contains mainly: blue. Hex color #8CAED4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAED4 is #73512B. Grayscale: #A7A7A7. Windows color (decimal): -7557420 or 13938316. OLE color: 13938316.

HSL color Cylindrical-coordinate representation of color #8CAED4: hue angle of 211.67º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CAED4 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB140174212-
CMYK0.340.1800.17
HSL211.67º45.57%69.02%-
HSV(B)211.67º33.96%83.14%-
XYZ37.8340.668.13-
YUV168.17152.74107.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.62%
GREEN value IS 174 (68.36% from 255) = 33.08%
BLUE value IS 212 (83.20% from 255) = 40.30%
R=26.62%
G=33.08%
B=40.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1401742120.340.1800.17211.6745.5769.02
Hex8CAED42212011d42e45
Octal214256324422202132456105
Binary10001100101011101101010010001010010010001110101001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,174,212); }

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

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

 a { background-color: rgb(140,174,212); }

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

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

 span { border-color: rgb(140,174,212); }

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