#8DB1CF

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

Shades of Polo Blue #8DB1CF

Tints of Polo Blue #8DB1CF

Color information

#8DB1CF (or 0x8DB1CF) is unknown color: approx Polo Blue. HEX triplet: 8D, B1 and CF. RGB value is (141,177,207). Sum of RGB (Red+Green+Blue) = 141+177+207=525 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.86% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #8DB1CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DB1CF is #724E30. Grayscale: #A9A9A9. Windows color (decimal): -7491121 or 13611405. OLE color: 13611405.

HSL color Cylindrical-coordinate representation of color #8DB1CF: hue angle of 207.27º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DB1CF is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB141177207-
CMYK0.320.1400.19
HSL207.27º40.74%68.24%-
HSV(B)207.27º31.88%81.18%-
XYZ37.9741.6165.06-
YUV169.66149.07107.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.86%
GREEN value IS 177 (69.53% from 255) = 33.71%
BLUE value IS 207 (81.25% from 255) = 39.43%
R=26.86%
G=33.71%
B=39.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1411772070.320.1400.19207.2740.7468.24
Hex8DB1CF20E013cf2944
Octal215261317401602331751104
Binary1000110110110001110011111000001110010011110011111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,177,207); }

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

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

 a { background-color: rgb(141,177,207); }

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

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

 span { border-color: rgb(141,177,207); }

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