#79B2DA

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

Shades of Jordy Blue #79B2DA

Tints of Jordy Blue #79B2DA

Color information

#79B2DA (or 0x79B2DA) is unknown color: approx Jordy Blue. HEX triplet: 79, B2 and DA. RGB value is (121,178,218). Sum of RGB (Red+Green+Blue) = 121+178+218=517 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.40% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #79B2DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79B2DA is #864D25. Grayscale: #A5A5A5. Windows color (decimal): -8801574 or 14332537. OLE color: 14332537.

HSL color Cylindrical-coordinate representation of color #79B2DA: hue angle of 204.74º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #79B2DA is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB121178218-
CMYK0.440.1800.15
HSL204.74º56.73%66.47%-
HSV(B)204.74º44.5%85.49%-
XYZ36.4640.9772.32-
YUV165.52157.6296.25-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.40%
GREEN value IS 178 (69.92% from 255) = 34.43%
BLUE value IS 218 (85.55% from 255) = 42.17%
R=23.40%
G=34.43%
B=42.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1211782180.440.1800.15204.7456.7366.47
Hex79B2DA2C120Fcd3942
Octal171262332542201731571102
Binary111100110110010110110101011001001001111110011011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,178,218); }

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

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

 a { background-color: rgb(121,178,218); }

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

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

 span { border-color: rgb(121,178,218); }

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