#79AFD9

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

Shades of Jordy Blue #79AFD9

Tints of Jordy Blue #79AFD9

Color information

#79AFD9 (or 0x79AFD9) is unknown color: approx Jordy Blue. HEX triplet: 79, AF and D9. RGB value is (121,175,217). Sum of RGB (Red+Green+Blue) = 121+175+217=513 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.59% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 217 (85.16% from 255 or 42.30% from 513); Max value from RGB is 217 - color contains mainly: blue. Hex color #79AFD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79AFD9 is #865026. Grayscale: #A3A3A3. Windows color (decimal): -8802343 or 14266233. OLE color: 14266233.

HSL color Cylindrical-coordinate representation of color #79AFD9: hue angle of 206.25º degrees, saturation: 0.56, 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 #79AFD9 is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB121175217-
CMYK0.440.1900.15
HSL206.25º55.81%66.27%-
HSV(B)206.25º44.24%85.1%-
XYZ35.7439.7371.43-
YUV163.64158.1197.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.59%
GREEN value IS 175 (68.75% from 255) = 34.11%
BLUE value IS 217 (85.16% from 255) = 42.30%
R=23.59%
G=34.11%
B=42.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1211752170.440.1900.15206.2555.8166.27
Hex79AFD92C130Fce3842
Octal171257331542301731670102
Binary111100110101111110110011011001001101111110011101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79AFD9; }

 p { color: rgb(121,175,217); }

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

<style>
 a { background-color: #79AFD9; }

 a { background-color: rgb(121,175,217); }

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

<style>
 span { border-color: #79AFD9; }

 span { border-color: rgb(121,175,217); }

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