#7EADE0

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

Shades of Jordy Blue #7EADE0

Tints of Jordy Blue #7EADE0

Color information

#7EADE0 (or 0x7EADE0) is unknown color: approx Jordy Blue. HEX triplet: 7E, AD and E0. RGB value is (126,173,224). Sum of RGB (Red+Green+Blue) = 126+173+224=523 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.09% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 224 (87.89% from 255 or 42.83% from 523); Max value from RGB is 224 - color contains mainly: blue. Hex color #7EADE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EADE0 is #81521F. Grayscale: #A4A4A4. Windows color (decimal): -8475168 or 14724478. OLE color: 14724478.

HSL color Cylindrical-coordinate representation of color #7EADE0: hue angle of 211.22º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EADE0 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB126173224-
CMYK0.440.2300.12
HSL211.22º61.25%68.63%-
HSV(B)211.22º43.75%87.84%-
XYZ3739.776.23-
YUV164.76161.43100.35-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.09%
GREEN value IS 173 (67.97% from 255) = 33.08%
BLUE value IS 224 (87.89% from 255) = 42.83%
R=24.09%
G=33.08%
B=42.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1261732240.440.2300.12211.2261.2568.63
Hex7EADE02C170Cd33d45
Octal176255340542701432375105
Binary111111010101101111000001011001011101100110100111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EADE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,173,224); }

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

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

 a { background-color: rgb(126,173,224); }

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

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

 span { border-color: rgb(126,173,224); }

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