Html Css Color HEX #8BA8CE Polo Blue

📋 copy color: '#8BA8CE'

red 139 ◦ green 168 ◦ blue 206

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

Shades of Polo Blue #8BA8CE

Tints of Polo Blue #8BA8CE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.75%

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

R = 27.1%
G = 32.75%
B = 40.16%

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

#8BA8CE (or 0x8BA8CE) is known color: Polo Blue. HEX triplet: 8B, A8 and CE. RGB value is (139,168,206). Sum of RGB (Red+Green+Blue) = 139+168+206=513 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.10% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #8BA8CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA8CE is #745731. Grayscale: #A3A3A3. Windows color (decimal): -7624498 or 13543563. OLE color: 13543563.

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

Color convert

RGB 139 168 206 -
CMYK 0.33 0.18 0 0.19
HSL 214.03º 0.41% 0.68% -
HSV(B) 214.03º 0.33% 0.81% -
XYZ 35.79 37.95 63.83 -
YUV 163.66 151.89 110.41 -
System Red Green Blue C M Y K H S L
Decimal 139 168 206 0.33 0.18 0 0.19 214.03 0.41 0.68
Hex 8B A8 CE 21 12 0 13 D6 29 44
Octal 213 250 316 41 22 0 23 326 51 104
Binary 10001011 10101000 11001110 100001 10010 0 10011 11010110 101001 1000100

Color Harmonies of #8BA8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA8CE

Black with #8BA8CE

Text Example


Text Example

White with #8BA8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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