Html Css Color HEX #8FAACB Polo Blue

📋 copy color: '#8FAACB'

red 143 ◦ green 170 ◦ blue 203

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

Shades of Polo Blue #8FAACB

Tints of Polo Blue #8FAACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.34%

R = 27.71%
G = 32.95%
B = 39.34%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8FAACB (or 0x8FAACB) is known color: Polo Blue. HEX triplet: 8F, AA and CB. RGB value is (143,170,203). Sum of RGB (Red+Green+Blue) = 143+170+203=516 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.71% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #8FAACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAACB is #705534. Grayscale: #A5A5A5. Windows color (decimal): -7361845 or 13347471. OLE color: 13347471.

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

Color convert

RGB 143 170 203 -
CMYK 0.30 0.16 0 0.20
HSL 213º 0.37% 0.68% -
HSV(B) 213º 0.3% 0.8% -
XYZ 36.48 38.9 62.09 -
YUV 165.69 149.05 111.82 -
System Red Green Blue C M Y K H S L
Decimal 143 170 203 0.30 0.16 0 0.20 213 0.37 0.68
Hex 8F AA CB 1E 10 0 14 D5 25 44
Octal 217 252 313 36 20 0 24 325 45 104
Binary 10001111 10101010 11001011 11110 10000 0 10100 11010101 100101 1000100

Color Harmonies of #8FAACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAACB

Black with #8FAACB

Text Example


Text Example

White with #8FAACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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