Html Css Color HEX #7DA6CE Polo Blue

📋 copy color: '#7DA6CE'

red 125 ◦ green 166 ◦ blue 206

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

Shades of Polo Blue #7DA6CE

Tints of Polo Blue #7DA6CE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.4%

 BLUE value IS 206 (80.86% from 255) = 41.45%

R = 25.15%
G = 33.4%
B = 41.45%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7DA6CE (or 0x7DA6CE) is known color: Polo Blue. HEX triplet: 7D, A6 and CE. RGB value is (125,166,206). Sum of RGB (Red+Green+Blue) = 125+166+206=497 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.15% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #7DA6CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA6CE is #825931. Grayscale: #9E9E9E. Windows color (decimal): -8542514 or 13543037. OLE color: 13543037.

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

Color convert

RGB 125 166 206 -
CMYK 0.39 0.19 0 0.19
HSL 209.63º 0.45% 0.65% -
HSV(B) 209.63º 0.39% 0.81% -
XYZ 33.23 36.09 63.61 -
YUV 158.3 154.92 104.25 -
System Red Green Blue C M Y K H S L
Decimal 125 166 206 0.39 0.19 0 0.19 209.63 0.45 0.65
Hex 7D A6 CE 27 13 0 13 D2 2D 41
Octal 175 246 316 47 23 0 23 322 55 101
Binary 1111101 10100110 11001110 100111 10011 0 10011 11010010 101101 1000001

Color Harmonies of #7DA6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA6CE

Black with #7DA6CE

Text Example


Text Example

White with #7DA6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,166,206); }

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

background-color css

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

 a { background-color: rgb(125,166,206); }

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

border-color css

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

 span { border-color: rgb(125,166,206); }

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