Html Css Color HEX #8DB1DC Polo Blue

📋 copy color: '#8DB1DC'

red 141 ◦ green 177 ◦ blue 220

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

Shades of Polo Blue #8DB1DC

Tints of Polo Blue #8DB1DC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.9%

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

R = 26.21%
G = 32.9%
B = 40.89%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8DB1DC (or 0x8DB1DC) is known color: Polo Blue. HEX triplet: 8D, B1 and DC. RGB value is (141,177,220). Sum of RGB (Red+Green+Blue) = 141+177+220=538 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.21% from 538); Green value is 177 (69.53% from 255 or 32.90% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #8DB1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DB1DC is #724E23. Grayscale: #AAAAAA. Windows color (decimal): -7491108 or 14463373. OLE color: 14463373.

HSL color Cylindrical-coordinate representation of color #8DB1DC: hue angle of 212.66º 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 #8DB1DC is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 177 220 -
CMYK 0.36 0.20 0 0.14
HSL 212.66º 0.53% 0.71% -
HSV(B) 212.66º 0.36% 0.86% -
XYZ 39.62 42.27 73.78 -
YUV 171.14 155.57 106.5 -
System Red Green Blue C M Y K H S L
Decimal 141 177 220 0.36 0.20 0 0.14 212.66 0.53 0.71
Hex 8D B1 DC 24 14 0 E D5 35 47
Octal 215 261 334 44 24 0 16 325 65 107
Binary 10001101 10110001 11011100 100100 10100 0 1110 11010101 110101 1000111

Color Harmonies of #8DB1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB1DC

Black with #8DB1DC

Text Example


Text Example

White with #8DB1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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