Html Css Color HEX #8DB0CD Polo Blue

📋 copy color: '#8DB0CD'

red 141 ◦ green 176 ◦ blue 205

#8DB0CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #8DB0CD

Tints of Polo Blue #8DB0CD

RGB

 RED value IS 141 (55.47% from 255) = 27.01%

 GREEN value IS 176 (69.14% from 255) = 33.72%

 BLUE value IS 205 (80.47% from 255) = 39.27%

R = 27.01%
G = 33.72%
B = 39.27%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8DB0CD (or 0x8DB0CD) is known color: Polo Blue. HEX triplet: 8D, B0 and CD. RGB value is (141,176,205). Sum of RGB (Red+Green+Blue) = 141+176+205=522 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.01% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #8DB0CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DB0CD is #724F32. Grayscale: #A8A8A8. Windows color (decimal): -7491379 or 13480077. OLE color: 13480077.

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

Color convert

RGB 141 176 205 -
CMYK 0.31 0.14 0 0.20
HSL 207.19º 0.39% 0.68% -
HSV(B) 207.19º 0.31% 0.8% -
XYZ 37.53 41.12 63.72 -
YUV 168.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 141 176 205 0.31 0.14 0 0.20 207.19 0.39 0.68
Hex 8D B0 CD 1F E 0 14 CF 27 44
Octal 215 260 315 37 16 0 24 317 47 104
Binary 10001101 10110000 11001101 11111 1110 0 10100 11001111 100111 1000100

Color Harmonies of #8DB0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB0CD

Black with #8DB0CD

Text Example


Text Example

White with #8DB0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,176,205); }

 H1.HeaderClassName
 {
   color: #8DB0CD;
 }
 .AnyTagClassName
 {
   color: #8DB0CD;
 }
</style>

background-color css

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

 a { background-color: rgb(141,176,205); }

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

border-color css

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

 span { border-color: rgb(141,176,205); }

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