Html Css Color HEX #8BA6DB Polo Blue

📋 copy color: '#8BA6DB'

red 139 ◦ green 166 ◦ blue 219

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

Shades of Polo Blue #8BA6DB

Tints of Polo Blue #8BA6DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.79%

R = 26.53%
G = 31.68%
B = 41.79%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8BA6DB (or 0x8BA6DB) is known color: Polo Blue. HEX triplet: 8B, A6 and DB. RGB value is (139,166,219). Sum of RGB (Red+Green+Blue) = 139+166+219=524 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.53% from 524); Green value is 166 (65.23% from 255 or 31.68% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #8BA6DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA6DB is #745924. Grayscale: #A3A3A3. Windows color (decimal): -7624997 or 14395019. OLE color: 14395019.

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

Color convert

RGB 139 166 219 -
CMYK 0.37 0.24 0 0.14
HSL 219.75º 0.53% 0.7% -
HSV(B) 219.75º 0.37% 0.86% -
XYZ 37.07 37.88 72.37 -
YUV 163.97 159.05 110.19 -
System Red Green Blue C M Y K H S L
Decimal 139 166 219 0.37 0.24 0 0.14 219.75 0.53 0.7
Hex 8B A6 DB 25 18 0 E DC 35 46
Octal 213 246 333 45 30 0 16 334 65 106
Binary 10001011 10100110 11011011 100101 11000 0 1110 11011100 110101 1000110

Color Harmonies of #8BA6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA6DB

Black with #8BA6DB

Text Example


Text Example

White with #8BA6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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