Html Css Color HEX #8FA9CC Polo Blue

📋 copy color: '#8FA9CC'

red 143 ◦ green 169 ◦ blue 204

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

Shades of Polo Blue #8FA9CC

Tints of Polo Blue #8FA9CC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.75%

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

R = 27.71%
G = 32.75%
B = 39.53%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8FA9CC (or 0x8FA9CC) is known color: Polo Blue. HEX triplet: 8F, A9 and CC. RGB value is (143,169,204). Sum of RGB (Red+Green+Blue) = 143+169+204=516 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.71% from 516); Green value is 169 (66.41% from 255 or 32.75% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #8FA9CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA9CC is #705633. Grayscale: #A5A5A5. Windows color (decimal): -7362100 or 13412751. OLE color: 13412751.

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

Color convert

RGB 143 169 204 -
CMYK 0.30 0.17 0 0.2
HSL 214.43º 0.37% 0.68% -
HSV(B) 214.43º 0.3% 0.8% -
XYZ 36.41 38.58 62.65 -
YUV 165.22 149.89 112.15 -
System Red Green Blue C M Y K H S L
Decimal 143 169 204 0.30 0.17 0 0.2 214.43 0.37 0.68
Hex 8F A9 CC 1E 11 0 14 D6 25 44
Octal 217 251 314 36 21 0 24 326 45 104
Binary 10001111 10101001 11001100 11110 10001 0 10100 11010110 100101 1000100

Color Harmonies of #8FA9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA9CC

Black with #8FA9CC

Text Example


Text Example

White with #8FA9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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