#79A8CE

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

Shades of Jordy Blue #79A8CE

Tints of Jordy Blue #79A8CE

Color information

#79A8CE (or 0x79A8CE) is unknown color: approx Jordy Blue. HEX triplet: 79, A8 and CE. RGB value is (121,168,206). Sum of RGB (Red+Green+Blue) = 121+168+206=495 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.44% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #79A8CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A8CE is #865731. Grayscale: #9E9E9E. Windows color (decimal): -8804146 or 13543545. OLE color: 13543545.

HSL color Cylindrical-coordinate representation of color #79A8CE: hue angle of 206.82º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #79A8CE is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB121168206-
CMYK0.410.1800.19
HSL206.82º46.45%64.12%-
HSV(B)206.82º41.26%80.78%-
XYZ33.0336.5363.7-
YUV158.28154.93101.41-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.44%
GREEN value IS 168 (66.02% from 255) = 33.94%
BLUE value IS 206 (80.86% from 255) = 41.62%
R=24.44%
G=33.94%
B=41.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1211682060.410.1800.19206.8246.4564.12
Hex79A8CE2912013cf2e40
Octal171250316512202331756100
Binary1111001101010001100111010100110010010011110011111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,168,206); }

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

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

 a { background-color: rgb(121,168,206); }

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

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

 span { border-color: rgb(121,168,206); }

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