#79B3DF

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

Shades of Jordy Blue #79B3DF

Tints of Jordy Blue #79B3DF

Color information

#79B3DF (or 0x79B3DF) is unknown color: approx Jordy Blue. HEX triplet: 79, B3 and DF. RGB value is (121,179,223). Sum of RGB (Red+Green+Blue) = 121+179+223=523 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.14% from 523); Green value is 179 (70.31% from 255 or 34.23% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #79B3DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79B3DF is #864C20. Grayscale: #A6A6A6. Windows color (decimal): -8801313 or 14660473. OLE color: 14660473.

HSL color Cylindrical-coordinate representation of color #79B3DF: hue angle of 205.88º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #79B3DF is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB121179223-
CMYK0.460.2000.13
HSL205.88º61.45%67.45%-
HSV(B)205.88º45.74%87.45%-
XYZ37.3241.6375.88-
YUV166.67159.7895.42-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.14%
GREEN value IS 179 (70.31% from 255) = 34.23%
BLUE value IS 223 (87.5% from 255) = 42.64%
R=23.14%
G=34.23%
B=42.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1211792230.460.2000.13205.8861.4567.45
Hex79B3DF2E140Dce3d43
Octal171263337562401531675103
Binary111100110110011110111111011101010001101110011101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,179,223); }

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

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

 a { background-color: rgb(121,179,223); }

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

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

 span { border-color: rgb(121,179,223); }

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