Html Css Color HEX #7EABCE Polo Blue

📋 copy color: '#7EABCE'

red 126 ◦ green 171 ◦ blue 206

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

Shades of Polo Blue #7EABCE

Tints of Polo Blue #7EABCE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34%

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

R = 25.05%
G = 34%
B = 40.95%

CMYK

 C value IS 0.39

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7EABCE (or 0x7EABCE) is known color: Polo Blue. HEX triplet: 7E, AB and CE. RGB value is (126,171,206). Sum of RGB (Red+Green+Blue) = 126+171+206=503 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.05% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #7EABCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EABCE is #815431. Grayscale: #A1A1A1. Windows color (decimal): -8475698 or 13544318. OLE color: 13544318.

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

Color convert

RGB 126 171 206 -
CMYK 0.39 0.17 0 0.19
HSL 206.25º 0.45% 0.65% -
HSV(B) 206.25º 0.39% 0.81% -
XYZ 34.31 38.02 63.92 -
YUV 161.54 153.09 102.65 -
System Red Green Blue C M Y K H S L
Decimal 126 171 206 0.39 0.17 0 0.19 206.25 0.45 0.65
Hex 7E AB CE 27 11 0 13 CE 2D 41
Octal 176 253 316 47 21 0 23 316 55 101
Binary 1111110 10101011 11001110 100111 10001 0 10011 11001110 101101 1000001

Color Harmonies of #7EABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EABCE

Black with #7EABCE

Text Example


Text Example

White with #7EABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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