#79B0EE

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

Shades of Jordy Blue #79B0EE

Tints of Jordy Blue #79B0EE

Color information

#79B0EE (or 0x79B0EE) is unknown color: approx Jordy Blue. HEX triplet: 79, B0 and EE. RGB value is (121,176,238). Sum of RGB (Red+Green+Blue) = 121+176+238=535 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.62% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #79B0EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79B0EE is #864F11. Grayscale: #A6A6A6. Windows color (decimal): -8802066 or 15642745. OLE color: 15642745.

HSL color Cylindrical-coordinate representation of color #79B0EE: hue angle of 211.79º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #79B0EE is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB121176238-
CMYK0.490.2600.07
HSL211.79º77.48%70.39%-
HSV(B)211.79º49.16%93.33%-
XYZ38.8441.2986.81-
YUV166.62168.2895.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.62%
GREEN value IS 176 (69.14% from 255) = 32.90%
BLUE value IS 238 (93.36% from 255) = 44.49%
R=22.62%
G=32.90%
B=44.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1211762380.490.2600.07211.7977.4870.39
Hex79B0EE311A07d44d46
Octal171260356613207324115106
Binary111100110110000111011101100011101001111101010010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,176,238); }

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

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

 a { background-color: rgb(121,176,238); }

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

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

 span { border-color: rgb(121,176,238); }

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