#7AA9DC

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

Shades of Jordy Blue #7AA9DC

Tints of Jordy Blue #7AA9DC

Color information

#7AA9DC (or 0x7AA9DC) is unknown color: approx Jordy Blue. HEX triplet: 7A, A9 and DC. RGB value is (122,169,220). Sum of RGB (Red+Green+Blue) = 122+169+220=511 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.87% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #7AA9DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA9DC is #855623. Grayscale: #A0A0A0. Windows color (decimal): -8738340 or 14461306. OLE color: 14461306.

HSL color Cylindrical-coordinate representation of color #7AA9DC: hue angle of 211.22º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AA9DC is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB122169220-
CMYK0.450.2300.14
HSL211.22º58.33%67.06%-
HSV(B)211.22º44.55%86.27%-
XYZ35.1337.6873.13-
YUV160.76161.43100.35-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.87%
GREEN value IS 169 (66.41% from 255) = 33.07%
BLUE value IS 220 (86.33% from 255) = 43.05%
R=23.87%
G=33.07%
B=43.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1221692200.450.2300.14211.2258.3367.06
Hex7AA9DC2D170Ed33a43
Octal172251334552701632372103
Binary111101010101001110111001011011011101110110100111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,169,220); }

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

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

 a { background-color: rgb(122,169,220); }

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

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

 span { border-color: rgb(122,169,220); }

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