#7EAEEC

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

Shades of Jordy Blue #7EAEEC

Tints of Jordy Blue #7EAEEC

Color information

#7EAEEC (or 0x7EAEEC) is unknown color: approx Jordy Blue. HEX triplet: 7E, AE and EC. RGB value is (126,174,236). Sum of RGB (Red+Green+Blue) = 126+174+236=536 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.51% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #7EAEEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EAEEC is #815113. Grayscale: #A6A6A6. Windows color (decimal): -8474900 or 15511166. OLE color: 15511166.

HSL color Cylindrical-coordinate representation of color #7EAEEC: hue angle of 213.82º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EAEEC is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB126174236-
CMYK0.470.2600.07
HSL213.82º74.32%70.98%-
HSV(B)213.82º46.61%92.55%-
XYZ38.8840.7685.18-
YUV166.72167.198.96-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.51%
GREEN value IS 174 (68.36% from 255) = 32.46%
BLUE value IS 236 (92.58% from 255) = 44.03%
R=23.51%
G=32.46%
B=44.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1261742360.470.2600.07213.8274.3270.98
Hex7EAEEC2F1A07d64a47
Octal176256354573207326112107
Binary111111010101110111011001011111101001111101011010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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