#79ADF5

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

Shades of Jordy Blue #79ADF5

Tints of Jordy Blue #79ADF5

Color information

#79ADF5 (or 0x79ADF5) is unknown color: approx Jordy Blue. HEX triplet: 79, AD and F5. RGB value is (121,173,245). Sum of RGB (Red+Green+Blue) = 121+173+245=539 (71% of max value = 765). Red value is 121 (47.66% from 255 or 22.45% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 245 (96.09% from 255 or 45.45% from 539); Max value from RGB is 245 - color contains mainly: blue. Hex color #79ADF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79ADF5 is #86520A. Grayscale: #A5A5A5. Windows color (decimal): -8802827 or 16100729. OLE color: 16100729.

HSL color Cylindrical-coordinate representation of color #79ADF5: hue angle of 214.84º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #79ADF5 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB121173245-
CMYK0.510.2900.04
HSL214.84º86.11%71.76%-
HSV(B)214.84º50.61%96.08%-
XYZ39.3140.5492.14-
YUV165.66172.7796.15-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.45%
GREEN value IS 173 (67.97% from 255) = 32.10%
BLUE value IS 245 (96.09% from 255) = 45.45%
R=22.45%
G=32.10%
B=45.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1211732450.510.2900.04214.8486.1171.76
Hex79ADF5331D04d75648
Octal171255365633504327126110
Binary111100110101101111101011100111110101001101011110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ADF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,173,245); }

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

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

 a { background-color: rgb(121,173,245); }

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

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

 span { border-color: rgb(121,173,245); }

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