Html Css Color HEX #8FA8C6 Polo Blue

📋 copy color: '#8FA8C6'

red 143 ◦ green 168 ◦ blue 198

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

Shades of Polo Blue #8FA8C6

Tints of Polo Blue #8FA8C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.9%

R = 28.09%
G = 33.01%
B = 38.9%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8FA8C6 (or 0x8FA8C6) is known color: Polo Blue. HEX triplet: 8F, A8 and C6. RGB value is (143,168,198). Sum of RGB (Red+Green+Blue) = 143+168+198=509 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.09% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 198 (77.73% from 255 or 38.90% from 509); Max value from RGB is 198 - color contains mainly: blue. Hex color #8FA8C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA8C6 is #705739. Grayscale: #A3A3A3. Windows color (decimal): -7362362 or 13019279. OLE color: 13019279.

HSL color Cylindrical-coordinate representation of color #8FA8C6: hue angle of 212.73º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8FA8C6 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 143 168 198 -
CMYK 0.28 0.15 0 0.22
HSL 212.73º 0.33% 0.67% -
HSV(B) 212.73º 0.28% 0.78% -
XYZ 35.52 37.92 58.87 -
YUV 163.95 147.22 113.06 -
System Red Green Blue C M Y K H S L
Decimal 143 168 198 0.28 0.15 0 0.22 212.73 0.33 0.67
Hex 8F A8 C6 1C F 0 16 D5 21 43
Octal 217 250 306 34 17 0 26 325 41 103
Binary 10001111 10101000 11000110 11100 1111 0 10110 11010101 100001 1000011

Color Harmonies of #8FA8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA8C6

Black with #8FA8C6

Text Example


Text Example

White with #8FA8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,168,198); }

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

background-color css

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

 a { background-color: rgb(143,168,198); }

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

border-color css

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

 span { border-color: rgb(143,168,198); }

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