Html Css Color HEX #7FAACD Polo Blue

📋 copy color: '#7FAACD'

red 127 ◦ green 170 ◦ blue 205

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

Shades of Polo Blue #7FAACD

Tints of Polo Blue #7FAACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.84%

R = 25.3%
G = 33.86%
B = 40.84%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7FAACD (or 0x7FAACD) is known color: Polo Blue. HEX triplet: 7F, AA and CD. RGB value is (127,170,205). Sum of RGB (Red+Green+Blue) = 127+170+205=502 (66% of max value = 765). Red value is 127 (50% from 255 or 25.30% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #7FAACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAACD is #805532. Grayscale: #A0A0A0. Windows color (decimal): -8410419 or 13478527. OLE color: 13478527.

HSL color Cylindrical-coordinate representation of color #7FAACD: hue angle of 206.92º degrees, saturation: 0.44, 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 #7FAACD is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 127 170 205 -
CMYK 0.38 0.17 0 0.20
HSL 206.92º 0.44% 0.65% -
HSV(B) 206.92º 0.38% 0.8% -
XYZ 34.15 37.67 63.23 -
YUV 161.13 152.75 103.65 -
System Red Green Blue C M Y K H S L
Decimal 127 170 205 0.38 0.17 0 0.20 206.92 0.44 0.65
Hex 7F AA CD 26 11 0 14 CF 2C 41
Octal 177 252 315 46 21 0 24 317 54 101
Binary 1111111 10101010 11001101 100110 10001 0 10100 11001111 101100 1000001

Color Harmonies of #7FAACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAACD

Black with #7FAACD

Text Example


Text Example

White with #7FAACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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