Shades of Jordy Blue #78AFDD
Tints of Jordy Blue #78AFDD
RGB
CMYK
RGB Variations
Color information
#78AFDD (or 0x78AFDD) is known color: Jordy Blue. HEX triplet: 78, AF and DD. RGB value is (120,175,221). Sum of RGB (Red+Green+Blue) = 120+175+221=516 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.26% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #78AFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AFDD is #875022. Grayscale: #A3A3A3. Windows color (decimal): -8867875 or 14528376. OLE color: 14528376.
HSL color Cylindrical-coordinate representation of color #78AFDD: hue angle of 207.33º degrees, saturation: 0.6, 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 #78AFDD is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 175 | 221 | - |
| CMYK | 0.46 | 0.21 | 0 | 0.13 |
| HSL | 207.33º | 0.6% | 0.67% | - |
| HSV(B) | 207.33º | 0.46% | 0.87% | - |
| XYZ | 36.13 | 39.87 | 74.2 | - |
| YUV | 163.8 | 160.28 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 175 | 221 | 0.46 | 0.21 | 0 | 0.13 | 207.33 | 0.6 | 0.67 |
| Hex | 78 | AF | DD | 2E | 15 | 0 | D | CF | 3C | 43 |
| Octal | 170 | 257 | 335 | 56 | 25 | 0 | 15 | 317 | 74 | 103 |
| Binary | 1111000 | 10101111 | 11011101 | 101110 | 10101 | 0 | 1101 | 11001111 | 111100 | 1000011 |
Color Harmonies of #78AFDD
Complementary color
Monochromatic Colors of #78AFDD
Black with #78AFDD
Text Example
Text Example
White with #78AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AFDD; }
p { color: rgb(120,175,221); }
H1.HeaderClassName
{
color: #78AFDD;
}
.AnyTagClassName
{
color: #78AFDD;
}
</style>
background-color css
<style>
a { background-color: #78AFDD; }
a { background-color: rgb(120,175,221); }
div.DivClassName
{
background-color: #78AFDD;
}
.BgClassName
{
background-color: #78AFDD;
}
</style>
border-color css
<style>
span { border-color: #78AFDD; }
span { border-color: rgb(120,175,221); }
td.TdClassName
{
border-color: #78AFDD;
}
.TagClassName
{
border-color: #78AFDD;
}
</style>