Html Css Color HEX #8BACCE Polo Blue

📋 copy color: '#8BACCE'

red 139 ◦ green 172 ◦ blue 206

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

Shades of Polo Blue #8BACCE

Tints of Polo Blue #8BACCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.85%

R = 26.89%
G = 33.27%
B = 39.85%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8BACCE (or 0x8BACCE) is known color: Polo Blue. HEX triplet: 8B, AC and CE. RGB value is (139,172,206). Sum of RGB (Red+Green+Blue) = 139+172+206=517 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.89% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #8BACCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BACCE is #745331. Grayscale: #A5A5A5. Windows color (decimal): -7623474 or 13544587. OLE color: 13544587.

HSL color Cylindrical-coordinate representation of color #8BACCE: hue angle of 210.45º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BACCE is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 139 172 206 -
CMYK 0.33 0.17 0 0.19
HSL 210.45º 0.41% 0.68% -
HSV(B) 210.45º 0.33% 0.81% -
XYZ 36.54 39.45 64.08 -
YUV 166.01 150.57 108.74 -
System Red Green Blue C M Y K H S L
Decimal 139 172 206 0.33 0.17 0 0.19 210.45 0.41 0.68
Hex 8B AC CE 21 11 0 13 D2 29 44
Octal 213 254 316 41 21 0 23 322 51 104
Binary 10001011 10101100 11001110 100001 10001 0 10011 11010010 101001 1000100

Color Harmonies of #8BACCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BACCE

Black with #8BACCE

Text Example


Text Example

White with #8BACCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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