#79A6E4

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

Shades of Jordy Blue #79A6E4

Tints of Jordy Blue #79A6E4

Color information

#79A6E4 (or 0x79A6E4) is unknown color: approx Jordy Blue. HEX triplet: 79, A6 and E4. RGB value is (121,166,228). Sum of RGB (Red+Green+Blue) = 121+166+228=515 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.50% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 228 (89.45% from 255 or 44.27% from 515); Max value from RGB is 228 - color contains mainly: blue. Hex color #79A6E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A6E4 is #86591B. Grayscale: #9F9F9F. Windows color (decimal): -8804636 or 14984825. OLE color: 14984825.

HSL color Cylindrical-coordinate representation of color #79A6E4: hue angle of 214.77º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #79A6E4 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB121166228-
CMYK0.470.2700.11
HSL214.77º66.46%68.43%-
HSV(B)214.77º46.93%89.41%-
XYZ35.5236.9478.66-
YUV159.61166.59100.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.50%
GREEN value IS 166 (65.23% from 255) = 32.23%
BLUE value IS 228 (89.45% from 255) = 44.27%
R=23.50%
G=32.23%
B=44.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1211662280.470.2700.11214.7766.4668.43
Hex79A6E42F1B0Bd74244
Octal1712463445733013327102104
Binary1111001101001101110010010111111011010111101011110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,166,228); }

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

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

 a { background-color: rgb(121,166,228); }

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

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

 span { border-color: rgb(121,166,228); }

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