Html Css Color HEX #8FABCE Polo Blue

📋 copy color: '#8FABCE'

red 143 ◦ green 171 ◦ blue 206

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

Shades of Polo Blue #8FABCE

Tints of Polo Blue #8FABCE

RGB

 RED value IS 143 (56.25% from 255) = 27.5%

 GREEN value IS 171 (67.19% from 255) = 32.88%

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

R = 27.5%
G = 32.88%
B = 39.62%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8FABCE (or 0x8FABCE) is known color: Polo Blue. HEX triplet: 8F, AB and CE. RGB value is (143,171,206). Sum of RGB (Red+Green+Blue) = 143+171+206=520 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.5% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #8FABCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FABCE is #705431. Grayscale: #A6A6A6. Windows color (decimal): -7361586 or 13544335. OLE color: 13544335.

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

Color convert

RGB 143 171 206 -
CMYK 0.31 0.17 0 0.19
HSL 213.33º 0.39% 0.68% -
HSV(B) 213.33º 0.31% 0.81% -
XYZ 37.03 39.42 64.05 -
YUV 166.62 150.22 111.15 -
System Red Green Blue C M Y K H S L
Decimal 143 171 206 0.31 0.17 0 0.19 213.33 0.39 0.68
Hex 8F AB CE 1F 11 0 13 D5 27 44
Octal 217 253 316 37 21 0 23 325 47 104
Binary 10001111 10101011 11001110 11111 10001 0 10011 11010101 100111 1000100

Color Harmonies of #8FABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FABCE

Black with #8FABCE

Text Example


Text Example

White with #8FABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,171,206); }

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

background-color css

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

 a { background-color: rgb(143,171,206); }

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

border-color css

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

 span { border-color: rgb(143,171,206); }

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