Html Css Color HEX #8FABCD Polo Blue

📋 copy color: '#8FABCD'

red 143 ◦ green 171 ◦ blue 205

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

Shades of Polo Blue #8FABCD

Tints of Polo Blue #8FABCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.5%

R = 27.55%
G = 32.95%
B = 39.5%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8FABCD (or 0x8FABCD) is known color: Polo Blue. HEX triplet: 8F, AB and CD. RGB value is (143,171,205). Sum of RGB (Red+Green+Blue) = 143+171+205=519 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.55% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #8FABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FABCD is #705432. Grayscale: #A6A6A6. Windows color (decimal): -7361587 or 13478799. OLE color: 13478799.

HSL color Cylindrical-coordinate representation of color #8FABCD: hue angle of 212.9º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FABCD is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 171 205 -
CMYK 0.30 0.17 0 0.20
HSL 212.9º 0.38% 0.68% -
HSV(B) 212.9º 0.3% 0.8% -
XYZ 36.91 39.37 63.41 -
YUV 166.5 149.72 111.24 -
System Red Green Blue C M Y K H S L
Decimal 143 171 205 0.30 0.17 0 0.20 212.9 0.38 0.68
Hex 8F AB CD 1E 11 0 14 D5 26 44
Octal 217 253 315 36 21 0 24 325 46 104
Binary 10001111 10101011 11001101 11110 10001 0 10100 11010101 100110 1000100

Color Harmonies of #8FABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FABCD

Black with #8FABCD

Text Example


Text Example

White with #8FABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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