Html Css Color HEX #7CAACC Polo Blue

📋 copy color: '#7CAACC'

red 124 ◦ green 170 ◦ blue 204

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

Shades of Polo Blue #7CAACC

Tints of Polo Blue #7CAACC

RGB

 RED value IS 124 (48.83% from 255) = 24.9%

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

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

R = 24.9%
G = 34.14%
B = 40.96%

CMYK

 C value IS 0.39

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7CAACC (or 0x7CAACC) is known color: Polo Blue. HEX triplet: 7C, AA and CC. RGB value is (124,170,204). Sum of RGB (Red+Green+Blue) = 124+170+204=498 (65% of max value = 765). Red value is 124 (48.83% from 255 or 24.90% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #7CAACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CAACC is #835533. Grayscale: #9F9F9F. Windows color (decimal): -8607028 or 13412988. OLE color: 13412988.

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

Color convert

RGB 124 170 204 -
CMYK 0.39 0.17 0 0.2
HSL 205.5º 0.44% 0.64% -
HSV(B) 205.5º 0.39% 0.8% -
XYZ 33.59 37.39 62.57 -
YUV 160.12 152.76 102.24 -
System Red Green Blue C M Y K H S L
Decimal 124 170 204 0.39 0.17 0 0.2 205.5 0.44 0.64
Hex 7C AA CC 27 11 0 14 CE 2C 40
Octal 174 252 314 47 21 0 24 316 54 100
Binary 1111100 10101010 11001100 100111 10001 0 10100 11001110 101100 1000000

Color Harmonies of #7CAACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAACC

Black with #7CAACC

Text Example


Text Example

White with #7CAACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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