#7EAEF1

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

Shades of Jordy Blue #7EAEF1

Tints of Jordy Blue #7EAEF1

Color information

#7EAEF1 (or 0x7EAEF1) is unknown color: approx Jordy Blue. HEX triplet: 7E, AE and F1. RGB value is (126,174,241). Sum of RGB (Red+Green+Blue) = 126+174+241=541 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.29% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 241 (94.53% from 255 or 44.55% from 541); Max value from RGB is 241 - color contains mainly: blue. Hex color #7EAEF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EAEF1 is #81510E. Grayscale: #A6A6A6. Windows color (decimal): -8474895 or 15838846. OLE color: 15838846.

HSL color Cylindrical-coordinate representation of color #7EAEF1: hue angle of 214.96º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EAEF1 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB126174241-
CMYK0.480.2800.05
HSL214.96º80.42%71.96%-
HSV(B)214.96º47.72%94.51%-
XYZ39.6241.0689.06-
YUV167.29169.698.55-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.29%
GREEN value IS 174 (68.36% from 255) = 32.16%
BLUE value IS 241 (94.53% from 255) = 44.55%
R=23.29%
G=32.16%
B=44.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1261742410.480.2800.05214.9680.4271.96
Hex7EAEF1301C05d75048
Octal176256361603405327120110
Binary111111010101110111100011100001110001011101011110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,174,241); }

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

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

 a { background-color: rgb(126,174,241); }

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

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

 span { border-color: rgb(126,174,241); }

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