Html Css Color HEX #7CAACD Polo Blue

📋 copy color: '#7CAACD'

red 124 ◦ green 170 ◦ blue 205

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

Shades of Polo Blue #7CAACD

Tints of Polo Blue #7CAACD

RGB

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

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

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

R = 24.85%
G = 34.07%
B = 41.08%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7CAACD (or 0x7CAACD) is known color: Polo Blue. HEX triplet: 7C, AA and CD. RGB value is (124,170,205). Sum of RGB (Red+Green+Blue) = 124+170+205=499 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.85% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #7CAACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CAACD is #835532. Grayscale: #A0A0A0. Windows color (decimal): -8607027 or 13478524. OLE color: 13478524.

HSL color Cylindrical-coordinate representation of color #7CAACD: hue angle of 205.93º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CAACD is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 124 170 205 -
CMYK 0.40 0.17 0 0.20
HSL 205.93º 0.45% 0.65% -
HSV(B) 205.93º 0.4% 0.8% -
XYZ 33.71 37.44 63.21 -
YUV 160.24 153.26 102.15 -
System Red Green Blue C M Y K H S L
Decimal 124 170 205 0.40 0.17 0 0.20 205.93 0.45 0.65
Hex 7C AA CD 28 11 0 14 CE 2D 41
Octal 174 252 315 50 21 0 24 316 55 101
Binary 1111100 10101010 11001101 101000 10001 0 10100 11001110 101101 1000001

Color Harmonies of #7CAACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAACD

Black with #7CAACD

Text Example


Text Example

White with #7CAACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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