Html Css Color HEX #7DAACD Polo Blue

📋 copy color: '#7DAACD'

red 125 ◦ green 170 ◦ blue 205

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

Shades of Polo Blue #7DAACD

Tints of Polo Blue #7DAACD

RGB

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

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

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

R = 25%
G = 34%
B = 41%

CMYK

 C value IS 0.39

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7DAACD (or 0x7DAACD) is known color: Polo Blue. HEX triplet: 7D, AA and CD. RGB value is (125,170,205). Sum of RGB (Red+Green+Blue) = 125+170+205=500 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #7DAACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAACD is #825532. Grayscale: #A0A0A0. Windows color (decimal): -8541491 or 13478525. OLE color: 13478525.

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

Color convert

RGB 125 170 205 -
CMYK 0.39 0.17 0 0.20
HSL 206.25º 0.44% 0.65% -
HSV(B) 206.25º 0.39% 0.8% -
XYZ 33.85 37.52 63.21 -
YUV 160.54 153.09 102.65 -
System Red Green Blue C M Y K H S L
Decimal 125 170 205 0.39 0.17 0 0.20 206.25 0.44 0.65
Hex 7D AA CD 27 11 0 14 CE 2C 41
Octal 175 252 315 47 21 0 24 316 54 101
Binary 1111101 10101010 11001101 100111 10001 0 10100 11001110 101100 1000001

Color Harmonies of #7DAACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAACD

Black with #7DAACD

Text Example


Text Example

White with #7DAACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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