Shades of Jordy Blue #79B1E3
Tints of Jordy Blue #79B1E3
RGB
CMYK
RGB Variations
Color information
#79B1E3 (or 0x79B1E3) is known color: Jordy Blue. HEX triplet: 79, B1 and E3. RGB value is (121,177,227). Sum of RGB (Red+Green+Blue) = 121+177+227=525 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.05% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 227 (89.06% from 255 or 43.24% from 525); Max value from RGB is 227 - color contains mainly: blue. Hex color #79B1E3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79B1E3 is #864E1C. Grayscale: #A5A5A5. Windows color (decimal): -8801821 or 14922105. OLE color: 14922105.
HSL color Cylindrical-coordinate representation of color #79B1E3: hue angle of 208.3º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #79B1E3 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 121 | 177 | 227 | - |
| CMYK | 0.47 | 0.22 | 0 | 0.11 |
| HSL | 208.3º | 0.65% | 0.68% | - |
| HSV(B) | 208.3º | 0.47% | 0.89% | - |
| XYZ | 37.47 | 41.06 | 78.62 | - |
| YUV | 165.96 | 162.45 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 177 | 227 | 0.47 | 0.22 | 0 | 0.11 | 208.3 | 0.65 | 0.68 |
| Hex | 79 | B1 | E3 | 2F | 16 | 0 | B | D0 | 41 | 44 |
| Octal | 171 | 261 | 343 | 57 | 26 | 0 | 13 | 320 | 101 | 104 |
| Binary | 1111001 | 10110001 | 11100011 | 101111 | 10110 | 0 | 1011 | 11010000 | 1000001 | 1000100 |
Color Harmonies of #79B1E3
Complementary color
Monochromatic Colors of #79B1E3
Black with #79B1E3
Text Example
Text Example
White with #79B1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79B1E3; }
p { color: rgb(121,177,227); }
H1.HeaderClassName
{
color: #79B1E3;
}
.AnyTagClassName
{
color: #79B1E3;
}
</style>
background-color css
<style>
a { background-color: #79B1E3; }
a { background-color: rgb(121,177,227); }
div.DivClassName
{
background-color: #79B1E3;
}
.BgClassName
{
background-color: #79B1E3;
}
</style>
border-color css
<style>
span { border-color: #79B1E3; }
span { border-color: rgb(121,177,227); }
td.TdClassName
{
border-color: #79B1E3;
}
.TagClassName
{
border-color: #79B1E3;
}
</style>