#7EAED4

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

Shades of Jordy Blue #7EAED4

Tints of Jordy Blue #7EAED4

Color information

#7EAED4 (or 0x7EAED4) is unknown color: approx Jordy Blue. HEX triplet: 7E, AE and D4. RGB value is (126,174,212). Sum of RGB (Red+Green+Blue) = 126+174+212=512 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.61% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 212 (83.20% from 255 or 41.41% from 512); Max value from RGB is 212 - color contains mainly: blue. Hex color #7EAED4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAED4 is #81512B. Grayscale: #A3A3A3. Windows color (decimal): -8474924 or 13938302. OLE color: 13938302.

HSL color Cylindrical-coordinate representation of color #7EAED4: hue angle of 206.51º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7EAED4 is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB126174212-
CMYK0.410.1800.17
HSL206.51º50%66.27%-
HSV(B)206.51º40.57%83.14%-
XYZ35.6239.4668.03-
YUV163.98155.1100.91-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.61%
GREEN value IS 174 (68.36% from 255) = 33.98%
BLUE value IS 212 (83.20% from 255) = 41.41%
R=24.61%
G=33.98%
B=41.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1261742120.410.1800.17206.515066.27
Hex7EAED42912011cf3242
Octal176256324512202131762102
Binary1111110101011101101010010100110010010001110011111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,174,212); }

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

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

 a { background-color: rgb(126,174,212); }

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

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

 span { border-color: rgb(126,174,212); }

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