Shades of Jordy Blue #78AADC
Tints of Jordy Blue #78AADC
RGB
CMYK
RGB Variations
Color information
#78AADC (or 0x78AADC) is known color: Jordy Blue. HEX triplet: 78, AA and DC. RGB value is (120,170,220). Sum of RGB (Red+Green+Blue) = 120+170+220=510 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.53% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #78AADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AADC is #875523. Grayscale: #A0A0A0. Windows color (decimal): -8869156 or 14461560. OLE color: 14461560.
HSL color Cylindrical-coordinate representation of color #78AADC: hue angle of 210º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78AADC is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 170 | 220 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.14 |
| HSL | 210º | 0.59% | 0.67% | - |
| HSV(B) | 210º | 0.45% | 0.86% | - |
| XYZ | 35.04 | 37.91 | 73.18 | - |
| YUV | 160.75 | 161.44 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 170 | 220 | 0.45 | 0.23 | 0 | 0.14 | 210 | 0.59 | 0.67 |
| Hex | 78 | AA | DC | 2D | 17 | 0 | E | D2 | 3B | 43 |
| Octal | 170 | 252 | 334 | 55 | 27 | 0 | 16 | 322 | 73 | 103 |
| Binary | 1111000 | 10101010 | 11011100 | 101101 | 10111 | 0 | 1110 | 11010010 | 111011 | 1000011 |
Color Harmonies of #78AADC
Complementary color
Monochromatic Colors of #78AADC
Black with #78AADC
Text Example
Text Example
White with #78AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AADC; }
p { color: rgb(120,170,220); }
H1.HeaderClassName
{
color: #78AADC;
}
.AnyTagClassName
{
color: #78AADC;
}
</style>
background-color css
<style>
a { background-color: #78AADC; }
a { background-color: rgb(120,170,220); }
div.DivClassName
{
background-color: #78AADC;
}
.BgClassName
{
background-color: #78AADC;
}
</style>
border-color css
<style>
span { border-color: #78AADC; }
span { border-color: rgb(120,170,220); }
td.TdClassName
{
border-color: #78AADC;
}
.TagClassName
{
border-color: #78AADC;
}
</style>