#7AAAF5

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

Shades of Jordy Blue #7AAAF5

Tints of Jordy Blue #7AAAF5

Color information

#7AAAF5 (or 0x7AAAF5) is unknown color: approx Jordy Blue. HEX triplet: 7A, AA and F5. RGB value is (122,170,245). Sum of RGB (Red+Green+Blue) = 122+170+245=537 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.72% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 245 (96.09% from 255 or 45.62% from 537); Max value from RGB is 245 - color contains mainly: blue. Hex color #7AAAF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AAAF5 is #85550A. Grayscale: #A3A3A3. Windows color (decimal): -8738059 or 16099962. OLE color: 16099962.

HSL color Cylindrical-coordinate representation of color #7AAAF5: hue angle of 216.59º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AAAF5 is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB122170245-
CMYK0.500.3100.04
HSL216.59º86.01%71.96%-
HSV(B)216.59º50.2%96.08%-
XYZ38.8839.4891.96-
YUV164.2173.697.9-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.72%
GREEN value IS 170 (66.80% from 255) = 31.66%
BLUE value IS 245 (96.09% from 255) = 45.62%
R=22.72%
G=31.66%
B=45.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1221702450.500.3100.04216.5986.0171.96
Hex7AAAF5321F04d95648
Octal172252365623704331126110
Binary111101010101010111101011100101111101001101100110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,170,245); }

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

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

 a { background-color: rgb(122,170,245); }

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

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

 span { border-color: rgb(122,170,245); }

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