Html Css Color HEX #7FAACE Polo Blue

📋 copy color: '#7FAACE'

red 127 ◦ green 170 ◦ blue 206

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

Shades of Polo Blue #7FAACE

Tints of Polo Blue #7FAACE

RGB

 RED value IS 127 (50% from 255) = 25.25%

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

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

R = 25.25%
G = 33.8%
B = 40.95%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7FAACE (or 0x7FAACE) is known color: Polo Blue. HEX triplet: 7F, AA and CE. RGB value is (127,170,206). Sum of RGB (Red+Green+Blue) = 127+170+206=503 (66% of max value = 765). Red value is 127 (50% from 255 or 25.25% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #7FAACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAACE is #805531. Grayscale: #A1A1A1. Windows color (decimal): -8410418 or 13544063. OLE color: 13544063.

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

Color convert

RGB 127 170 206 -
CMYK 0.38 0.17 0 0.19
HSL 207.34º 0.45% 0.65% -
HSV(B) 207.34º 0.38% 0.81% -
XYZ 34.27 37.72 63.87 -
YUV 161.25 153.25 103.57 -
System Red Green Blue C M Y K H S L
Decimal 127 170 206 0.38 0.17 0 0.19 207.34 0.45 0.65
Hex 7F AA CE 26 11 0 13 CF 2D 41
Octal 177 252 316 46 21 0 23 317 55 101
Binary 1111111 10101010 11001110 100110 10001 0 10011 11001111 101101 1000001

Color Harmonies of #7FAACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAACE

Black with #7FAACE

Text Example


Text Example

White with #7FAACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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