Html Css Color HEX #8FAFCC Polo Blue

📋 copy color: '#8FAFCC'

red 143 ◦ green 175 ◦ blue 204

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

Shades of Polo Blue #8FAFCC

Tints of Polo Blue #8FAFCC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.52%

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

R = 27.39%
G = 33.52%
B = 39.08%

CMYK

 C value IS 0.30

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8FAFCC (or 0x8FAFCC) is known color: Polo Blue. HEX triplet: 8F, AF and CC. RGB value is (143,175,204). Sum of RGB (Red+Green+Blue) = 143+175+204=522 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.39% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #8FAFCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAFCC is #705033. Grayscale: #A8A8A8. Windows color (decimal): -7360564 or 13414287. OLE color: 13414287.

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

Color convert

RGB 143 175 204 -
CMYK 0.30 0.14 0 0.2
HSL 208.52º 0.37% 0.68% -
HSV(B) 208.52º 0.3% 0.8% -
XYZ 37.56 40.86 63.03 -
YUV 168.74 147.9 109.64 -
System Red Green Blue C M Y K H S L
Decimal 143 175 204 0.30 0.14 0 0.2 208.52 0.37 0.68
Hex 8F AF CC 1E E 0 14 D1 25 44
Octal 217 257 314 36 16 0 24 321 45 104
Binary 10001111 10101111 11001100 11110 1110 0 10100 11010001 100101 1000100

Color Harmonies of #8FAFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAFCC

Black with #8FAFCC

Text Example


Text Example

White with #8FAFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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