Html Css Color HEX #8BA9CE Polo Blue

📋 copy color: '#8BA9CE'

red 139 ◦ green 169 ◦ blue 206

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

Shades of Polo Blue #8BA9CE

Tints of Polo Blue #8BA9CE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.88%

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

R = 27.04%
G = 32.88%
B = 40.08%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8BA9CE (or 0x8BA9CE) is known color: Polo Blue. HEX triplet: 8B, A9 and CE. RGB value is (139,169,206). Sum of RGB (Red+Green+Blue) = 139+169+206=514 (68% of max value = 765). Red value is 139 (54.69% from 255 or 27.04% from 514); Green value is 169 (66.41% from 255 or 32.88% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #8BA9CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA9CE is #745631. Grayscale: #A4A4A4. Windows color (decimal): -7624242 or 13543819. OLE color: 13543819.

HSL color Cylindrical-coordinate representation of color #8BA9CE: hue angle of 213.13º 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 #8BA9CE is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 139 169 206 -
CMYK 0.33 0.18 0 0.19
HSL 213.13º 0.41% 0.68% -
HSV(B) 213.13º 0.33% 0.81% -
XYZ 35.98 38.32 63.89 -
YUV 164.25 151.56 109.99 -
System Red Green Blue C M Y K H S L
Decimal 139 169 206 0.33 0.18 0 0.19 213.13 0.41 0.68
Hex 8B A9 CE 21 12 0 13 D5 29 44
Octal 213 251 316 41 22 0 23 325 51 104
Binary 10001011 10101001 11001110 100001 10010 0 10011 11010101 101001 1000100

Color Harmonies of #8BA9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA9CE

Black with #8BA9CE

Text Example


Text Example

White with #8BA9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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