#7EAFDA

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

Shades of Jordy Blue #7EAFDA

Tints of Jordy Blue #7EAFDA

Color information

#7EAFDA (or 0x7EAFDA) is unknown color: approx Jordy Blue. HEX triplet: 7E, AF and DA. RGB value is (126,175,218). Sum of RGB (Red+Green+Blue) = 126+175+218=519 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.28% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #7EAFDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAFDA is #815025. Grayscale: #A5A5A5. Windows color (decimal): -8474662 or 14331774. OLE color: 14331774.

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

Color convert

RGB126175218-
CMYK0.420.2000.15
HSL208.04º55.42%67.45%-
HSV(B)208.04º42.2%85.49%-
XYZ36.5940.1672.15-
YUV165.25157.77100-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.28%
GREEN value IS 175 (68.75% from 255) = 33.72%
BLUE value IS 218 (85.55% from 255) = 42.00%
R=24.28%
G=33.72%
B=42.00%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1261752180.420.2000.15208.0455.4267.45
Hex7EAFDA2A140Fd03743
Octal176257332522401732067103
Binary111111010101111110110101010101010001111110100001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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