Shades of Jordy Blue #78ADE0
Tints of Jordy Blue #78ADE0
RGB
CMYK
RGB Variations
Color information
#78ADE0 (or 0x78ADE0) is known color: Jordy Blue. HEX triplet: 78, AD and E0. RGB value is (120,173,224). Sum of RGB (Red+Green+Blue) = 120+173+224=517 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.21% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 224 - color contains mainly: blue. Hex color #78ADE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ADE0 is #87521F. Grayscale: #A2A2A2. Windows color (decimal): -8868384 or 14724472. OLE color: 14724472.
HSL color Cylindrical-coordinate representation of color #78ADE0: hue angle of 209.42º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78ADE0 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 120 | 173 | 224 | - |
| CMYK | 0.46 | 0.23 | 0 | 0.12 |
| HSL | 209.42º | 0.63% | 0.67% | - |
| HSV(B) | 209.42º | 0.46% | 0.88% | - |
| XYZ | 36.14 | 39.26 | 76.19 | - |
| YUV | 162.97 | 162.44 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 173 | 224 | 0.46 | 0.23 | 0 | 0.12 | 209.42 | 0.63 | 0.67 |
| Hex | 78 | AD | E0 | 2E | 17 | 0 | C | D1 | 3F | 43 |
| Octal | 170 | 255 | 340 | 56 | 27 | 0 | 14 | 321 | 77 | 103 |
| Binary | 1111000 | 10101101 | 11100000 | 101110 | 10111 | 0 | 1100 | 11010001 | 111111 | 1000011 |
Color Harmonies of #78ADE0
Complementary color
Monochromatic Colors of #78ADE0
Black with #78ADE0
Text Example
Text Example
White with #78ADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78ADE0; }
p { color: rgb(120,173,224); }
H1.HeaderClassName
{
color: #78ADE0;
}
.AnyTagClassName
{
color: #78ADE0;
}
</style>
background-color css
<style>
a { background-color: #78ADE0; }
a { background-color: rgb(120,173,224); }
div.DivClassName
{
background-color: #78ADE0;
}
.BgClassName
{
background-color: #78ADE0;
}
</style>
border-color css
<style>
span { border-color: #78ADE0; }
span { border-color: rgb(120,173,224); }
td.TdClassName
{
border-color: #78ADE0;
}
.TagClassName
{
border-color: #78ADE0;
}
</style>