#79B2EA

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

Shades of Jordy Blue #79B2EA

Tints of Jordy Blue #79B2EA

Color information

#79B2EA (or 0x79B2EA) is unknown color: approx Jordy Blue. HEX triplet: 79, B2 and EA. RGB value is (121,178,234). Sum of RGB (Red+Green+Blue) = 121+178+234=533 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.70% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 234 - color contains mainly: blue. Hex color #79B2EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79B2EA is #864D15. Grayscale: #A7A7A7. Windows color (decimal): -8801558 or 15381113. OLE color: 15381113.

HSL color Cylindrical-coordinate representation of color #79B2EA: hue angle of 209.73º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #79B2EA is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB121178234-
CMYK0.480.2400.08
HSL209.73º72.9%69.61%-
HSV(B)209.73º48.29%91.76%-
XYZ38.6641.8583.88-
YUV167.34165.6294.95-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.70%
GREEN value IS 178 (69.92% from 255) = 33.40%
BLUE value IS 234 (91.80% from 255) = 43.90%
R=22.70%
G=33.40%
B=43.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1211782340.480.2400.08209.7372.969.61
Hex79B2EA301808d24946
Octal1712623526030010322111106
Binary1111001101100101110101011000011000010001101001010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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