Html Css Color HEX #8CB0DC Polo Blue

📋 copy color: '#8CB0DC'

red 140 ◦ green 176 ◦ blue 220

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

Shades of Polo Blue #8CB0DC

Tints of Polo Blue #8CB0DC

RGB

 RED value IS 140 (55.08% from 255) = 26.12%

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

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

R = 26.12%
G = 32.84%
B = 41.04%

CMYK

 C value IS 0.36

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8CB0DC (or 0x8CB0DC) is known color: Polo Blue. HEX triplet: 8C, B0 and DC. RGB value is (140,176,220). Sum of RGB (Red+Green+Blue) = 140+176+220=536 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.12% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #8CB0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CB0DC is #734F23. Grayscale: #AAAAAA. Windows color (decimal): -7556900 or 14463116. OLE color: 14463116.

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

Color convert

RGB 140 176 220 -
CMYK 0.36 0.2 0 0.14
HSL 213º 0.53% 0.71% -
HSV(B) 213º 0.36% 0.86% -
XYZ 39.26 41.79 73.71 -
YUV 170.25 156.07 106.42 -
System Red Green Blue C M Y K H S L
Decimal 140 176 220 0.36 0.2 0 0.14 213 0.53 0.71
Hex 8C B0 DC 24 14 0 E D5 35 47
Octal 214 260 334 44 24 0 16 325 65 107
Binary 10001100 10110000 11011100 100100 10100 0 1110 11010101 110101 1000111

Color Harmonies of #8CB0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB0DC

Black with #8CB0DC

Text Example


Text Example

White with #8CB0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,176,220); }

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

background-color css

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

 a { background-color: rgb(140,176,220); }

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

border-color css

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

 span { border-color: rgb(140,176,220); }

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