Html Css Color HEX #8BACDC Polo Blue

📋 copy color: '#8BACDC'

red 139 ◦ green 172 ◦ blue 220

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

Shades of Polo Blue #8BACDC

Tints of Polo Blue #8BACDC

RGB

 RED value IS 139 (54.69% from 255) = 26.18%

 GREEN value IS 172 (67.58% from 255) = 32.39%

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

R = 26.18%
G = 32.39%
B = 41.43%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8BACDC (or 0x8BACDC) is known color: Polo Blue. HEX triplet: 8B, AC and DC. RGB value is (139,172,220). Sum of RGB (Red+Green+Blue) = 139+172+220=531 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.18% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #8BACDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BACDC is #745323. Grayscale: #A7A7A7. Windows color (decimal): -7623460 or 14462091. OLE color: 14462091.

HSL color Cylindrical-coordinate representation of color #8BACDC: hue angle of 215.56º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BACDC is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 139 172 220 -
CMYK 0.37 0.22 0 0.14
HSL 215.56º 0.54% 0.7% -
HSV(B) 215.56º 0.37% 0.86% -
XYZ 38.32 40.16 73.44 -
YUV 167.61 157.57 107.6 -
System Red Green Blue C M Y K H S L
Decimal 139 172 220 0.37 0.22 0 0.14 215.56 0.54 0.7
Hex 8B AC DC 25 16 0 E D8 36 46
Octal 213 254 334 45 26 0 16 330 66 106
Binary 10001011 10101100 11011100 100101 10110 0 1110 11011000 110110 1000110

Color Harmonies of #8BACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BACDC

Black with #8BACDC

Text Example


Text Example

White with #8BACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,172,220); }

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

background-color css

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

 a { background-color: rgb(139,172,220); }

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

border-color css

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

 span { border-color: rgb(139,172,220); }

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