#7AAAF6

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

Shades of Jordy Blue #7AAAF6

Tints of Jordy Blue #7AAAF6

Color information

#7AAAF6 (or 0x7AAAF6) is unknown color: approx Jordy Blue. HEX triplet: 7A, AA and F6. RGB value is (122,170,246). Sum of RGB (Red+Green+Blue) = 122+170+246=538 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.68% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 246 (96.48% from 255 or 45.72% from 538); Max value from RGB is 246 - color contains mainly: blue. Hex color #7AAAF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AAAF6 is #855509. Grayscale: #A3A3A3. Windows color (decimal): -8738058 or 16165498. OLE color: 16165498.

HSL color Cylindrical-coordinate representation of color #7AAAF6: hue angle of 216.77º degrees, saturation: 0.87, 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 #7AAAF6 is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB122170246-
CMYK0.500.3100.04
HSL216.77º87.32%72.16%-
HSV(B)216.77º50.41%96.47%-
XYZ39.0439.5492.76-
YUV164.31174.197.82-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.68%
GREEN value IS 170 (66.80% from 255) = 31.60%
BLUE value IS 246 (96.48% from 255) = 45.72%
R=22.68%
G=31.60%
B=45.72%

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
Decimal1221702460.500.3100.04216.7787.3272.16
Hex7AAAF6321F04d95748
Octal172252366623704331127110
Binary111101010101010111101101100101111101001101100110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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