Html Css Color HEX #8DB6DC Polo Blue

📋 copy color: '#8DB6DC'

red 141 ◦ green 182 ◦ blue 220

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

Shades of Polo Blue #8DB6DC

Tints of Polo Blue #8DB6DC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.52%

 BLUE value IS 220 (86.33% from 255) = 40.52%

R = 25.97%
G = 33.52%
B = 40.52%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8DB6DC (or 0x8DB6DC) is known color: Polo Blue. HEX triplet: 8D, B6 and DC. RGB value is (141,182,220). Sum of RGB (Red+Green+Blue) = 141+182+220=543 (71% of max value = 765). Red value is 141 (55.47% from 255 or 25.97% from 543); Green value is 182 (71.48% from 255 or 33.52% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #8DB6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB6DC is #724923. Grayscale: #ADADAD. Windows color (decimal): -7489828 or 14464653. OLE color: 14464653.

HSL color Cylindrical-coordinate representation of color #8DB6DC: hue angle of 208.86º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DB6DC is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 182 220 -
CMYK 0.36 0.17 0 0.14
HSL 208.86º 0.53% 0.71% -
HSV(B) 208.86º 0.36% 0.86% -
XYZ 40.63 44.29 74.12 -
YUV 174.07 153.92 104.41 -
System Red Green Blue C M Y K H S L
Decimal 141 182 220 0.36 0.17 0 0.14 208.86 0.53 0.71
Hex 8D B6 DC 24 11 0 E D1 35 47
Octal 215 266 334 44 21 0 16 321 65 107
Binary 10001101 10110110 11011100 100100 10001 0 1110 11010001 110101 1000111

Color Harmonies of #8DB6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB6DC

Black with #8DB6DC

Text Example


Text Example

White with #8DB6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,182,220); }

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

background-color css

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

 a { background-color: rgb(141,182,220); }

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

border-color css

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

 span { border-color: rgb(141,182,220); }

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