Html Css Color HEX #8FABCC Polo Blue

📋 copy color: '#8FABCC'

red 143 ◦ green 171 ◦ blue 204

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

Shades of Polo Blue #8FABCC

Tints of Polo Blue #8FABCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.38%

R = 27.61%
G = 33.01%
B = 39.38%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8FABCC (or 0x8FABCC) is known color: Polo Blue. HEX triplet: 8F, AB and CC. RGB value is (143,171,204). Sum of RGB (Red+Green+Blue) = 143+171+204=518 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.61% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #8FABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FABCC is #705433. Grayscale: #A6A6A6. Windows color (decimal): -7361588 or 13413263. OLE color: 13413263.

HSL color Cylindrical-coordinate representation of color #8FABCC: hue angle of 212.46º degrees, saturation: 0.37, 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 #8FABCC is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 143 171 204 -
CMYK 0.30 0.16 0 0.2
HSL 212.46º 0.37% 0.68% -
HSV(B) 212.46º 0.3% 0.8% -
XYZ 36.79 39.33 62.78 -
YUV 166.39 149.22 111.32 -
System Red Green Blue C M Y K H S L
Decimal 143 171 204 0.30 0.16 0 0.2 212.46 0.37 0.68
Hex 8F AB CC 1E 10 0 14 D4 25 44
Octal 217 253 314 36 20 0 24 324 45 104
Binary 10001111 10101011 11001100 11110 10000 0 10100 11010100 100101 1000100

Color Harmonies of #8FABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FABCC

Black with #8FABCC

Text Example


Text Example

White with #8FABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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