Html Css Color HEX #8FAACC Polo Blue

📋 copy color: '#8FAACC'

red 143 ◦ green 170 ◦ blue 204

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

Shades of Polo Blue #8FAACC

Tints of Polo Blue #8FAACC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.88%

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

R = 27.66%
G = 32.88%
B = 39.46%

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

#8FAACC (or 0x8FAACC) is known color: Polo Blue. HEX triplet: 8F, AA and CC. RGB value is (143,170,204). Sum of RGB (Red+Green+Blue) = 143+170+204=517 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.66% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #8FAACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAACC is #705533. Grayscale: #A5A5A5. Windows color (decimal): -7361844 or 13413007. OLE color: 13413007.

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

Color convert

RGB 143 170 204 -
CMYK 0.30 0.17 0 0.2
HSL 213.44º 0.37% 0.68% -
HSV(B) 213.44º 0.3% 0.8% -
XYZ 36.6 38.95 62.72 -
YUV 165.8 149.55 111.74 -
System Red Green Blue C M Y K H S L
Decimal 143 170 204 0.30 0.17 0 0.2 213.44 0.37 0.68
Hex 8F AA CC 1E 11 0 14 D5 25 44
Octal 217 252 314 36 21 0 24 325 45 104
Binary 10001111 10101010 11001100 11110 10001 0 10100 11010101 100101 1000100

Color Harmonies of #8FAACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAACC

Black with #8FAACC

Text Example


Text Example

White with #8FAACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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