#8CADCB

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

Shades of Polo Blue #8CADCB

Tints of Polo Blue #8CADCB

Color information

#8CADCB (or 0x8CADCB) is unknown color: approx Polo Blue. HEX triplet: 8C, AD and CB. RGB value is (140,173,203). Sum of RGB (Red+Green+Blue) = 140+173+203=516 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.13% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #8CADCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CADCB is #735234. Grayscale: #A6A6A6. Windows color (decimal): -7557685 or 13348236. OLE color: 13348236.

HSL color Cylindrical-coordinate representation of color #8CADCB: hue angle of 208.57º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CADCB is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB140173203-
CMYK0.310.1500.20
HSL208.57º37.72%67.25%-
HSV(B)208.57º31.03%79.61%-
XYZ36.5439.7762.25-
YUV166.55148.57109.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.13%
GREEN value IS 173 (67.97% from 255) = 33.53%
BLUE value IS 203 (79.69% from 255) = 39.34%
R=27.13%
G=33.53%
B=39.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1401732030.310.1500.20208.5737.7267.25
Hex8CADCB1FF014d12643
Octal214255313371702432146103
Binary100011001010110111001011111111111010100110100011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,173,203); }

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

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

 a { background-color: rgb(140,173,203); }

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

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

 span { border-color: rgb(140,173,203); }

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