Html Css Color HEX #7FAACC Polo Blue

📋 copy color: '#7FAACC'

red 127 ◦ green 170 ◦ blue 204

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

Shades of Polo Blue #7FAACC

Tints of Polo Blue #7FAACC

RGB

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

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

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

R = 25.35%
G = 33.93%
B = 40.72%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7FAACC (or 0x7FAACC) is known color: Polo Blue. HEX triplet: 7F, AA and CC. RGB value is (127,170,204). Sum of RGB (Red+Green+Blue) = 127+170+204=501 (66% of max value = 765). Red value is 127 (50% from 255 or 25.35% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #7FAACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAACC is #805533. Grayscale: #A0A0A0. Windows color (decimal): -8410420 or 13412991. OLE color: 13412991.

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

Color convert

RGB 127 170 204 -
CMYK 0.38 0.17 0 0.2
HSL 206.49º 0.43% 0.65% -
HSV(B) 206.49º 0.38% 0.8% -
XYZ 34.03 37.62 62.59 -
YUV 161.02 152.25 103.74 -
System Red Green Blue C M Y K H S L
Decimal 127 170 204 0.38 0.17 0 0.2 206.49 0.43 0.65
Hex 7F AA CC 26 11 0 14 CE 2B 41
Octal 177 252 314 46 21 0 24 316 53 101
Binary 1111111 10101010 11001100 100110 10001 0 10100 11001110 101011 1000001

Color Harmonies of #7FAACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAACC

Black with #7FAACC

Text Example


Text Example

White with #7FAACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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