Html Css Color HEX #8FAACE Polo Blue

📋 copy color: '#8FAACE'

red 143 ◦ green 170 ◦ blue 206

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

Shades of Polo Blue #8FAACE

Tints of Polo Blue #8FAACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.69%

R = 27.55%
G = 32.76%
B = 39.69%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8FAACE (or 0x8FAACE) is known color: Polo Blue. HEX triplet: 8F, AA and CE. RGB value is (143,170,206). Sum of RGB (Red+Green+Blue) = 143+170+206=519 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.55% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #8FAACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAACE is #705531. Grayscale: #A5A5A5. Windows color (decimal): -7361842 or 13544079. OLE color: 13544079.

HSL color Cylindrical-coordinate representation of color #8FAACE: hue angle of 214.29º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FAACE is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 170 206 -
CMYK 0.31 0.17 0 0.19
HSL 214.29º 0.39% 0.68% -
HSV(B) 214.29º 0.31% 0.81% -
XYZ 36.84 39.05 63.99 -
YUV 166.03 150.55 111.57 -
System Red Green Blue C M Y K H S L
Decimal 143 170 206 0.31 0.17 0 0.19 214.29 0.39 0.68
Hex 8F AA CE 1F 11 0 13 D6 27 44
Octal 217 252 316 37 21 0 23 326 47 104
Binary 10001111 10101010 11001110 11111 10001 0 10011 11010110 100111 1000100

Color Harmonies of #8FAACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAACE

Black with #8FAACE

Text Example


Text Example

White with #8FAACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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