#7EAAD3

Color #7EAAD3 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #7EAAD3

Tints of Jordy Blue #7EAAD3

Color information

#7EAAD3 (or 0x7EAAD3) is unknown color: approx Jordy Blue. HEX triplet: 7E, AA and D3. RGB value is (126,170,211). Sum of RGB (Red+Green+Blue) = 126+170+211=507 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.85% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 211 (82.81% from 255 or 41.62% from 507); Max value from RGB is 211 - color contains mainly: blue. Hex color #7EAAD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAAD3 is #81552C. Grayscale: #A1A1A1. Windows color (decimal): -8475949 or 13871742. OLE color: 13871742.

HSL color Cylindrical-coordinate representation of color #7EAAD3: hue angle of 208.94º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7EAAD3 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB126170211-
CMYK0.400.1900.17
HSL208.94º49.13%66.08%-
HSV(B)208.94º40.28%82.75%-
XYZ34.7437.8967.11-
YUV161.52155.92102.67-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.85%
GREEN value IS 170 (66.80% from 255) = 33.53%
BLUE value IS 211 (82.81% from 255) = 41.62%
R=24.85%
G=33.53%
B=41.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1261702110.400.1900.17208.9449.1366.08
Hex7EAAD32813011d13142
Octal176252323502302132161102
Binary1111110101010101101001110100010011010001110100011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,170,211); }

 H1.HeaderClassName
 {
   color: #7EAAD3;
 }
 .AnyTagClassName
 {
   color: #7EAAD3;
 }
</style>
background-color css

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

 a { background-color: rgb(126,170,211); }

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

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

 span { border-color: rgb(126,170,211); }

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