#7AACD8

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

Shades of Jordy Blue #7AACD8

Tints of Jordy Blue #7AACD8

Color information

#7AACD8 (or 0x7AACD8) is unknown color: approx Jordy Blue. HEX triplet: 7A, AC and D8. RGB value is (122,172,216). Sum of RGB (Red+Green+Blue) = 122+172+216=510 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.92% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 216 (84.77% from 255 or 42.35% from 510); Max value from RGB is 216 - color contains mainly: blue. Hex color #7AACD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AACD8 is #855327. Grayscale: #A1A1A1. Windows color (decimal): -8737576 or 14199930. OLE color: 14199930.

HSL color Cylindrical-coordinate representation of color #7AACD8: hue angle of 208.09º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AACD8 is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB122172216-
CMYK0.440.2000.15
HSL208.09º54.65%66.27%-
HSV(B)208.09º43.52%84.71%-
XYZ35.1738.670.56-
YUV162.07158.4499.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.92%
GREEN value IS 172 (67.58% from 255) = 33.73%
BLUE value IS 216 (84.77% from 255) = 42.35%
R=23.92%
G=33.73%
B=42.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1221722160.440.2000.15208.0954.6566.27
Hex7AACD82C140Fd03742
Octal172254330542401732067102
Binary111101010101100110110001011001010001111110100001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AACD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,172,216); }

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

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

 a { background-color: rgb(122,172,216); }

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

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

 span { border-color: rgb(122,172,216); }

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