Html Css Color HEX #8BA6DC Polo Blue

📋 copy color: '#8BA6DC'

red 139 ◦ green 166 ◦ blue 220

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

Shades of Polo Blue #8BA6DC

Tints of Polo Blue #8BA6DC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.62%

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

R = 26.48%
G = 31.62%
B = 41.9%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8BA6DC (or 0x8BA6DC) is known color: Polo Blue. HEX triplet: 8B, A6 and DC. RGB value is (139,166,220). Sum of RGB (Red+Green+Blue) = 139+166+220=525 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.48% from 525); Green value is 166 (65.23% from 255 or 31.62% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #8BA6DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA6DC is #745923. Grayscale: #A3A3A3. Windows color (decimal): -7624996 or 14460555. OLE color: 14460555.

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

Color convert

RGB 139 166 220 -
CMYK 0.37 0.25 0 0.14
HSL 220º 0.54% 0.7% -
HSV(B) 220º 0.37% 0.86% -
XYZ 37.2 37.93 73.07 -
YUV 164.08 159.55 110.11 -
System Red Green Blue C M Y K H S L
Decimal 139 166 220 0.37 0.25 0 0.14 220 0.54 0.7
Hex 8B A6 DC 25 19 0 E DC 36 46
Octal 213 246 334 45 31 0 16 334 66 106
Binary 10001011 10100110 11011100 100101 11001 0 1110 11011100 110110 1000110

Color Harmonies of #8BA6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA6DC

Black with #8BA6DC

Text Example


Text Example

White with #8BA6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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