#7AACF6

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

Shades of Jordy Blue #7AACF6

Tints of Jordy Blue #7AACF6

Color information

#7AACF6 (or 0x7AACF6) is unknown color: approx Jordy Blue. HEX triplet: 7A, AC and F6. RGB value is (122,172,246). Sum of RGB (Red+Green+Blue) = 122+172+246=540 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.59% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 246 (96.48% from 255 or 45.56% from 540); Max value from RGB is 246 - color contains mainly: blue. Hex color #7AACF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AACF6 is #855309. Grayscale: #A5A5A5. Windows color (decimal): -8737546 or 16166010. OLE color: 16166010.

HSL color Cylindrical-coordinate representation of color #7AACF6: hue angle of 215.81º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AACF6 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB122172246-
CMYK0.500.3000.04
HSL215.81º87.32%72.16%-
HSV(B)215.81º50.41%96.47%-
XYZ39.4140.392.89-
YUV165.49173.4496.98-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.59%
GREEN value IS 172 (67.58% from 255) = 31.85%
BLUE value IS 246 (96.48% from 255) = 45.56%
R=22.59%
G=31.85%
B=45.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1221722460.500.3000.04215.8187.3272.16
Hex7AACF6321E04d85748
Octal172254366623604330127110
Binary111101010101100111101101100101111001001101100010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AACF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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