Html Css Color HEX #7DAACF Polo Blue

📋 copy color: '#7DAACF'

red 125 ◦ green 170 ◦ blue 207

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

Shades of Polo Blue #7DAACF

Tints of Polo Blue #7DAACF

RGB

 RED value IS 125 (49.22% from 255) = 24.9%

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

 BLUE value IS 207 (81.25% from 255) = 41.24%

R = 24.9%
G = 33.86%
B = 41.24%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7DAACF (or 0x7DAACF) is known color: Polo Blue. HEX triplet: 7D, AA and CF. RGB value is (125,170,207). Sum of RGB (Red+Green+Blue) = 125+170+207=502 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.90% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #7DAACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAACF is #825530. Grayscale: #A0A0A0. Windows color (decimal): -8541489 or 13609597. OLE color: 13609597.

HSL color Cylindrical-coordinate representation of color #7DAACF: hue angle of 207.07º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DAACF is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 170 207 -
CMYK 0.40 0.18 0 0.19
HSL 207.07º 0.46% 0.65% -
HSV(B) 207.07º 0.4% 0.81% -
XYZ 34.09 37.61 64.49 -
YUV 160.76 154.09 102.49 -
System Red Green Blue C M Y K H S L
Decimal 125 170 207 0.40 0.18 0 0.19 207.07 0.46 0.65
Hex 7D AA CF 28 12 0 13 CF 2E 41
Octal 175 252 317 50 22 0 23 317 56 101
Binary 1111101 10101010 11001111 101000 10010 0 10011 11001111 101110 1000001

Color Harmonies of #7DAACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAACF

Black with #7DAACF

Text Example


Text Example

White with #7DAACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,170,207); }

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

background-color css

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

 a { background-color: rgb(125,170,207); }

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

border-color css

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

 span { border-color: rgb(125,170,207); }

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