Html Css Color HEX #7EA9CE Polo Blue

📋 copy color: '#7EA9CE'

red 126 ◦ green 169 ◦ blue 206

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

Shades of Polo Blue #7EA9CE

Tints of Polo Blue #7EA9CE

RGB

 RED value IS 126 (49.61% from 255) = 25.15%

 GREEN value IS 169 (66.41% from 255) = 33.73%

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

R = 25.15%
G = 33.73%
B = 41.12%

CMYK

 C value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7EA9CE (or 0x7EA9CE) is known color: Polo Blue. HEX triplet: 7E, A9 and CE. RGB value is (126,169,206). Sum of RGB (Red+Green+Blue) = 126+169+206=501 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.15% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #7EA9CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA9CE is #815631. Grayscale: #A0A0A0. Windows color (decimal): -8476210 or 13543806. OLE color: 13543806.

HSL color Cylindrical-coordinate representation of color #7EA9CE: hue angle of 207.75º 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 #7EA9CE is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 126 169 206 -
CMYK 0.39 0.18 0 0.19
HSL 207.75º 0.45% 0.65% -
HSV(B) 207.75º 0.39% 0.81% -
XYZ 33.93 37.27 63.8 -
YUV 160.36 153.75 103.49 -
System Red Green Blue C M Y K H S L
Decimal 126 169 206 0.39 0.18 0 0.19 207.75 0.45 0.65
Hex 7E A9 CE 27 12 0 13 D0 2D 41
Octal 176 251 316 47 22 0 23 320 55 101
Binary 1111110 10101001 11001110 100111 10010 0 10011 11010000 101101 1000001

Color Harmonies of #7EA9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA9CE

Black with #7EA9CE

Text Example


Text Example

White with #7EA9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,169,206); }

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

background-color css

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

 a { background-color: rgb(126,169,206); }

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

border-color css

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

 span { border-color: rgb(126,169,206); }

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