Shades of Jordy Blue #79B2DF
Tints of Jordy Blue #79B2DF
RGB
CMYK
RGB Variations
Color information
#79B2DF (or 0x79B2DF) is known color: Jordy Blue. HEX triplet: 79, B2 and DF. RGB value is (121,178,223). Sum of RGB (Red+Green+Blue) = 121+178+223=522 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.18% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #79B2DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79B2DF is #864D20. Grayscale: #A5A5A5. Windows color (decimal): -8801569 or 14660217. OLE color: 14660217.
HSL color Cylindrical-coordinate representation of color #79B2DF: hue angle of 206.47º 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 #79B2DF is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 178 | 223 | - |
| CMYK | 0.46 | 0.20 | 0 | 0.13 |
| HSL | 206.47º | 0.61% | 0.67% | - |
| HSV(B) | 206.47º | 0.46% | 0.87% | - |
| XYZ | 37.12 | 41.23 | 75.81 | - |
| YUV | 166.09 | 160.12 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 178 | 223 | 0.46 | 0.20 | 0 | 0.13 | 206.47 | 0.61 | 0.67 |
| Hex | 79 | B2 | DF | 2E | 14 | 0 | D | CE | 3D | 43 |
| Octal | 171 | 262 | 337 | 56 | 24 | 0 | 15 | 316 | 75 | 103 |
| Binary | 1111001 | 10110010 | 11011111 | 101110 | 10100 | 0 | 1101 | 11001110 | 111101 | 1000011 |
Color Harmonies of #79B2DF
Complementary color
Monochromatic Colors of #79B2DF
Black with #79B2DF
Text Example
Text Example
White with #79B2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79B2DF; }
p { color: rgb(121,178,223); }
H1.HeaderClassName
{
color: #79B2DF;
}
.AnyTagClassName
{
color: #79B2DF;
}
</style>
background-color css
<style>
a { background-color: #79B2DF; }
a { background-color: rgb(121,178,223); }
div.DivClassName
{
background-color: #79B2DF;
}
.BgClassName
{
background-color: #79B2DF;
}
</style>
border-color css
<style>
span { border-color: #79B2DF; }
span { border-color: rgb(121,178,223); }
td.TdClassName
{
border-color: #79B2DF;
}
.TagClassName
{
border-color: #79B2DF;
}
</style>