#7AA5E6

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

Shades of Jordy Blue #7AA5E6

Tints of Jordy Blue #7AA5E6

Color information

#7AA5E6 (or 0x7AA5E6) is unknown color: approx Jordy Blue. HEX triplet: 7A, A5 and E6. RGB value is (122,165,230). Sum of RGB (Red+Green+Blue) = 122+165+230=517 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.60% from 517); Green value is 165 (64.84% from 255 or 31.91% from 517); Blue value is 230 (90.23% from 255 or 44.49% from 517); Max value from RGB is 230 - color contains mainly: blue. Hex color #7AA5E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AA5E6 is #855A19. Grayscale: #9F9F9F. Windows color (decimal): -8739354 or 15115642. OLE color: 15115642.

HSL color Cylindrical-coordinate representation of color #7AA5E6: hue angle of 216.11º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AA5E6 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB122165230-
CMYK0.470.2800.10
HSL216.11º68.35%69.02%-
HSV(B)216.11º46.96%90.2%-
XYZ35.7636.7680.07-
YUV159.55167.75101.21-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.60%
GREEN value IS 165 (64.84% from 255) = 31.91%
BLUE value IS 230 (90.23% from 255) = 44.49%
R=23.60%
G=31.91%
B=44.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1221652300.470.2800.10216.1168.3569.02
Hex7AA5E62F1C0Ad84445
Octal1722453465734012330104105
Binary1111010101001011110011010111111100010101101100010001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,165,230); }

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

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

 a { background-color: rgb(122,165,230); }

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

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

 span { border-color: rgb(122,165,230); }

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