#79ACF1

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

Shades of Jordy Blue #79ACF1

Tints of Jordy Blue #79ACF1

Color information

#79ACF1 (or 0x79ACF1) is unknown color: approx Jordy Blue. HEX triplet: 79, AC and F1. RGB value is (121,172,241). Sum of RGB (Red+Green+Blue) = 121+172+241=534 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.66% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 241 (94.53% from 255 or 45.13% from 534); Max value from RGB is 241 - color contains mainly: blue. Hex color #79ACF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79ACF1 is #86530E. Grayscale: #A4A4A4. Windows color (decimal): -8803087 or 15838329. OLE color: 15838329.

HSL color Cylindrical-coordinate representation of color #79ACF1: hue angle of 214.5º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #79ACF1 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB121172241-
CMYK0.500.2900.05
HSL214.5º81.08%70.98%-
HSV(B)214.5º49.79%94.51%-
XYZ38.5139.9288.89-
YUV164.62171.196.89-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.66%
GREEN value IS 172 (67.58% from 255) = 32.21%
BLUE value IS 241 (94.53% from 255) = 45.13%
R=22.66%
G=32.21%
B=45.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1211722410.500.2900.05214.581.0870.98
Hex79ACF1321D05d65147
Octal171254361623505326121107
Binary111100110101100111100011100101110101011101011010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ACF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,172,241); }

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

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

 a { background-color: rgb(121,172,241); }

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

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

 span { border-color: rgb(121,172,241); }

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