#7EAFD7

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

Shades of Jordy Blue #7EAFD7

Tints of Jordy Blue #7EAFD7

Color information

#7EAFD7 (or 0x7EAFD7) is unknown color: approx Jordy Blue. HEX triplet: 7E, AF and D7. RGB value is (126,175,215). Sum of RGB (Red+Green+Blue) = 126+175+215=516 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.42% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 215 (84.38% from 255 or 41.67% from 516); Max value from RGB is 215 - color contains mainly: blue. Hex color #7EAFD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAFD7 is #815028. Grayscale: #A4A4A4. Windows color (decimal): -8474665 or 14135166. OLE color: 14135166.

HSL color Cylindrical-coordinate representation of color #7EAFD7: hue angle of 206.97º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7EAFD7 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB126175215-
CMYK0.410.1900.16
HSL206.97º52.66%66.86%-
HSV(B)206.97º41.4%84.31%-
XYZ36.24070.1-
YUV164.91156.27100.25-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.42%
GREEN value IS 175 (68.75% from 255) = 33.91%
BLUE value IS 215 (84.38% from 255) = 41.67%
R=24.42%
G=33.91%
B=41.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1261752150.410.1900.16206.9752.6666.86
Hex7EAFD72913010cf3543
Octal176257327512302031765103
Binary1111110101011111101011110100110011010000110011111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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