#7AA1EE

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

Shades of Jordy Blue #7AA1EE

Tints of Jordy Blue #7AA1EE

Color information

#7AA1EE (or 0x7AA1EE) is unknown color: approx Jordy Blue. HEX triplet: 7A, A1 and EE. RGB value is (122,161,238). Sum of RGB (Red+Green+Blue) = 122+161+238=521 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.42% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #7AA1EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AA1EE is #855E11. Grayscale: #9D9D9D. Windows color (decimal): -8740370 or 15638906. OLE color: 15638906.

HSL color Cylindrical-coordinate representation of color #7AA1EE: hue angle of 219.83º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AA1EE is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB122161238-
CMYK0.490.3200.07
HSL219.83º77.33%70.59%-
HSV(B)219.83º48.74%93.33%-
XYZ36.235.885.89-
YUV158.12173.08102.24-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.42%
GREEN value IS 161 (63.28% from 255) = 30.90%
BLUE value IS 238 (93.36% from 255) = 45.68%
R=23.42%
G=30.90%
B=45.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1221612380.490.3200.07219.8377.3370.59
Hex7AA1EE312007dc4d47
Octal172241356614007334115107
Binary1111010101000011110111011000110000001111101110010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,161,238); }

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

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

 a { background-color: rgb(122,161,238); }

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

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

 span { border-color: rgb(122,161,238); }

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