#7EADDA

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

Shades of Jordy Blue #7EADDA

Tints of Jordy Blue #7EADDA

Color information

#7EADDA (or 0x7EADDA) is unknown color: approx Jordy Blue. HEX triplet: 7E, AD and DA. RGB value is (126,173,218). Sum of RGB (Red+Green+Blue) = 126+173+218=517 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.37% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #7EADDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EADDA is #815225. Grayscale: #A3A3A3. Windows color (decimal): -8475174 or 14331262. OLE color: 14331262.

HSL color Cylindrical-coordinate representation of color #7EADDA: hue angle of 209.35º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EADDA is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB126173218-
CMYK0.420.2100.15
HSL209.35º55.42%67.45%-
HSV(B)209.35º42.2%85.49%-
XYZ36.239.3872.02-
YUV164.08158.43100.84-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.37%
GREEN value IS 173 (67.97% from 255) = 33.46%
BLUE value IS 218 (85.55% from 255) = 42.17%
R=24.37%
G=33.46%
B=42.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1261732180.420.2100.15209.3555.4267.45
Hex7EADDA2A150Fd13743
Octal176255332522501732167103
Binary111111010101101110110101010101010101111110100011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EADDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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