#7AA7F0

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

Shades of Jordy Blue #7AA7F0

Tints of Jordy Blue #7AA7F0

Color information

#7AA7F0 (or 0x7AA7F0) is unknown color: approx Jordy Blue. HEX triplet: 7A, A7 and F0. RGB value is (122,167,240). Sum of RGB (Red+Green+Blue) = 122+167+240=529 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.06% from 529); Green value is 167 (65.62% from 255 or 31.57% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 240 - color contains mainly: blue. Hex color #7AA7F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AA7F0 is #85580F. Grayscale: #A1A1A1. Windows color (decimal): -8738832 or 15771514. OLE color: 15771514.

HSL color Cylindrical-coordinate representation of color #7AA7F0: hue angle of 217.12º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AA7F0 is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB122167240-
CMYK0.490.3000.06
HSL217.12º79.73%70.98%-
HSV(B)217.12º49.17%94.12%-
XYZ37.5738.0787.81-
YUV161.87172.0999.56-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.06%
GREEN value IS 167 (65.62% from 255) = 31.57%
BLUE value IS 240 (94.14% from 255) = 45.37%
R=23.06%
G=31.57%
B=45.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1221672400.490.3000.06217.1279.7370.98
Hex7AA7F0311E06d95047
Octal172247360613606331120107
Binary111101010100111111100001100011111001101101100110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,167,240); }

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

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

 a { background-color: rgb(122,167,240); }

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

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

 span { border-color: rgb(122,167,240); }

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