#7AA4DC

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

Shades of Jordy Blue #7AA4DC

Tints of Jordy Blue #7AA4DC

Color information

#7AA4DC (or 0x7AA4DC) is unknown color: approx Jordy Blue. HEX triplet: 7A, A4 and DC. RGB value is (122,164,220). Sum of RGB (Red+Green+Blue) = 122+164+220=506 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.11% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #7AA4DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA4DC is #855B23. Grayscale: #9D9D9D. Windows color (decimal): -8739620 or 14460026. OLE color: 14460026.

HSL color Cylindrical-coordinate representation of color #7AA4DC: hue angle of 214.29º 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 #7AA4DC is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB122164220-
CMYK0.450.2500.14
HSL214.29º58.33%67.06%-
HSV(B)214.29º44.55%86.27%-
XYZ34.2235.8672.83-
YUV157.83163.09102.45-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.11%
GREEN value IS 164 (64.45% from 255) = 32.41%
BLUE value IS 220 (86.33% from 255) = 43.48%
R=24.11%
G=32.41%
B=43.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1221642200.450.2500.14214.2958.3367.06
Hex7AA4DC2D190Ed63a43
Octal172244334553101632672103
Binary111101010100100110111001011011100101110110101101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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