#79A7FB

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

Shades of Jordy Blue #79A7FB

Tints of Jordy Blue #79A7FB

Color information

#79A7FB (or 0x79A7FB) is unknown color: approx Jordy Blue. HEX triplet: 79, A7 and FB. RGB value is (121,167,251). Sum of RGB (Red+Green+Blue) = 121+167+251=539 (71% of max value = 765). Red value is 121 (47.66% from 255 or 22.45% from 539); Green value is 167 (65.62% from 255 or 30.98% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #79A7FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79A7FB is #865804. Grayscale: #A2A2A2. Windows color (decimal): -8804357 or 16492409. OLE color: 16492409.

HSL color Cylindrical-coordinate representation of color #79A7FB: hue angle of 218.77º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79A7FB is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB121167251-
CMYK0.520.3300.02
HSL218.77º94.2%72.94%-
HSV(B)218.77º51.79%98.43%-
XYZ39.1238.6796.67-
YUV162.82177.7698.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.45%
GREEN value IS 167 (65.62% from 255) = 30.98%
BLUE value IS 251 (98.44% from 255) = 46.57%
R=22.45%
G=30.98%
B=46.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1211672510.520.3300.02218.7794.272.94
Hex79A7FB342102db5e49
Octal171247373644102333136111
Binary111100110100111111110111101001000010101101101110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,167,251); }

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

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

 a { background-color: rgb(121,167,251); }

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

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

 span { border-color: rgb(121,167,251); }

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