#7EAADA

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

Shades of Jordy Blue #7EAADA

Tints of Jordy Blue #7EAADA

Color information

#7EAADA (or 0x7EAADA) is unknown color: approx Jordy Blue. HEX triplet: 7E, AA and DA. RGB value is (126,170,218). Sum of RGB (Red+Green+Blue) = 126+170+218=514 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.51% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #7EAADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAADA is #815525. Grayscale: #A2A2A2. Windows color (decimal): -8475942 or 14330494. OLE color: 14330494.

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

Color convert

RGB126170218-
CMYK0.420.2200.15
HSL211.3º55.42%67.45%-
HSV(B)211.3º42.2%85.49%-
XYZ35.6338.2571.83-
YUV162.32159.42102.1-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.51%
GREEN value IS 170 (66.80% from 255) = 33.07%
BLUE value IS 218 (85.55% from 255) = 42.41%
R=24.51%
G=33.07%
B=42.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1261702180.420.2200.15211.355.4267.45
Hex7EAADA2A160Fd33743
Octal176252332522601732367103
Binary111111010101010110110101010101011001111110100111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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