Html Css Color HEX #8DB2DC Polo Blue

📋 copy color: '#8DB2DC'

red 141 ◦ green 178 ◦ blue 220

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

Shades of Polo Blue #8DB2DC

Tints of Polo Blue #8DB2DC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.02%

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

R = 26.16%
G = 33.02%
B = 40.82%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8DB2DC (or 0x8DB2DC) is known color: Polo Blue. HEX triplet: 8D, B2 and DC. RGB value is (141,178,220). Sum of RGB (Red+Green+Blue) = 141+178+220=539 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.16% from 539); Green value is 178 (69.92% from 255 or 33.02% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #8DB2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DB2DC is #724D23. Grayscale: #ABABAB. Windows color (decimal): -7490852 or 14463629. OLE color: 14463629.

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

Color convert

RGB 141 178 220 -
CMYK 0.36 0.19 0 0.14
HSL 211.9º 0.53% 0.71% -
HSV(B) 211.9º 0.36% 0.86% -
XYZ 39.82 42.67 73.85 -
YUV 171.73 155.24 106.08 -
System Red Green Blue C M Y K H S L
Decimal 141 178 220 0.36 0.19 0 0.14 211.9 0.53 0.71
Hex 8D B2 DC 24 13 0 E D4 35 47
Octal 215 262 334 44 23 0 16 324 65 107
Binary 10001101 10110010 11011100 100100 10011 0 1110 11010100 110101 1000111

Color Harmonies of #8DB2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB2DC

Black with #8DB2DC

Text Example


Text Example

White with #8DB2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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