#8CB1D5

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

Shades of Polo Blue #8CB1D5

Tints of Polo Blue #8CB1D5

Color information

#8CB1D5 (or 0x8CB1D5) is unknown color: approx Polo Blue. HEX triplet: 8C, B1 and D5. RGB value is (140,177,213). Sum of RGB (Red+Green+Blue) = 140+177+213=530 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.42% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 213 (83.59% from 255 or 40.19% from 530); Max value from RGB is 213 - color contains mainly: blue. Hex color #8CB1D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CB1D5 is #734E2A. Grayscale: #A9A9A9. Windows color (decimal): -7556651 or 14004620. OLE color: 14004620.

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

Color convert

RGB140177213-
CMYK0.340.1700.16
HSL209.59º46.5%69.22%-
HSV(B)209.59º34.27%83.53%-
XYZ38.5541.8268.99-
YUV170.04152.24106.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.42%
GREEN value IS 177 (69.53% from 255) = 33.40%
BLUE value IS 213 (83.59% from 255) = 40.19%
R=26.42%
G=33.40%
B=40.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1401772130.340.1700.16209.5946.569.22
Hex8CB1D52211010d22e45
Octal214261325422102032256105
Binary10001100101100011101010110001010001010000110100101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,177,213); }

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

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

 a { background-color: rgb(140,177,213); }

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

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

 span { border-color: rgb(140,177,213); }

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