#7ea6d4

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

Shades of Jordy Blue #7EA6D4

Tints of Jordy Blue #7EA6D4

Color information

#7EA6D4 (or 0x7EA6D4) is unknown color: approx Jordy Blue. HEX triplet: 7E, A6 and D4. RGB value is (126,166,212). Sum of RGB (Red+Green+Blue) = 126+166+212=504 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 212 (83.20% from 255 or 42.06% from 504); Max value from RGB is 212 - color contains mainly: blue. Hex color #7EA6D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA6D4 is #81592B. Grayscale: #9F9F9F. Windows color (decimal): -8476972 or 13936254. OLE color: 13936254.

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

Color convert

RGB126166212-
CMYK0.410.2200.17
HSL212.09º50%66.27%-
HSV(B)212.09º40.57%83.14%-
XYZ34.1236.4667.53-
YUV159.28157.75104.26-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25%
GREEN value IS 166 (65.23% from 255) = 32.94%
BLUE value IS 212 (83.20% from 255) = 42.06%
R=25%
G=32.94%
B=42.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1261662120.410.2200.17212.095066.27
Hex7EA6D42916011d43242
Octal176246324512602132462102
Binary1111110101001101101010010100110110010001110101001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ea6d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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