Html Css Color HEX #7FACCC Polo Blue

📋 copy color: '#7FACCC'

red 127 ◦ green 172 ◦ blue 204

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

Shades of Polo Blue #7FACCC

Tints of Polo Blue #7FACCC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.19%

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

R = 25.25%
G = 34.19%
B = 40.56%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7FACCC (or 0x7FACCC) is known color: Polo Blue. HEX triplet: 7F, AC and CC. RGB value is (127,172,204). Sum of RGB (Red+Green+Blue) = 127+172+204=503 (66% of max value = 765). Red value is 127 (50% from 255 or 25.25% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #7FACCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FACCC is #805333. Grayscale: #A2A2A2. Windows color (decimal): -8409908 or 13413503. OLE color: 13413503.

HSL color Cylindrical-coordinate representation of color #7FACCC: hue angle of 204.94º 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 #7FACCC is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 127 172 204 -
CMYK 0.38 0.16 0 0.2
HSL 204.94º 0.43% 0.65% -
HSV(B) 204.94º 0.38% 0.8% -
XYZ 34.4 38.38 62.72 -
YUV 162.19 151.59 102.9 -
System Red Green Blue C M Y K H S L
Decimal 127 172 204 0.38 0.16 0 0.2 204.94 0.43 0.65
Hex 7F AC CC 26 10 0 14 CD 2B 41
Octal 177 254 314 46 20 0 24 315 53 101
Binary 1111111 10101100 11001100 100110 10000 0 10100 11001101 101011 1000001

Color Harmonies of #7FACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FACCC

Black with #7FACCC

Text Example


Text Example

White with #7FACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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