Html Css Color HEX #8FAACA Polo Blue

📋 copy color: '#8FAACA'

red 143 ◦ green 170 ◦ blue 202

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

Shades of Polo Blue #8FAACA

Tints of Polo Blue #8FAACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.22%

R = 27.77%
G = 33.01%
B = 39.22%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8FAACA (or 0x8FAACA) is known color: Polo Blue. HEX triplet: 8F, AA and CA. RGB value is (143,170,202). Sum of RGB (Red+Green+Blue) = 143+170+202=515 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.77% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #8FAACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAACA is #705535. Grayscale: #A5A5A5. Windows color (decimal): -7361846 or 13281935. OLE color: 13281935.

HSL color Cylindrical-coordinate representation of color #8FAACA: hue angle of 212.54º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FAACA is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 143 170 202 -
CMYK 0.29 0.16 0 0.21
HSL 212.54º 0.36% 0.68% -
HSV(B) 212.54º 0.29% 0.79% -
XYZ 36.36 38.85 61.46 -
YUV 165.58 148.55 111.9 -
System Red Green Blue C M Y K H S L
Decimal 143 170 202 0.29 0.16 0 0.21 212.54 0.36 0.68
Hex 8F AA CA 1D 10 0 15 D5 24 44
Octal 217 252 312 35 20 0 25 325 44 104
Binary 10001111 10101010 11001010 11101 10000 0 10101 11010101 100100 1000100

Color Harmonies of #8FAACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAACA

Black with #8FAACA

Text Example


Text Example

White with #8FAACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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