Shades of Jordy Blue #78ADE3
Tints of Jordy Blue #78ADE3
RGB
CMYK
RGB Variations
Color information
#78ADE3 (or 0x78ADE3) is known color: Jordy Blue. HEX triplet: 78, AD and E3. RGB value is (120,173,227). Sum of RGB (Red+Green+Blue) = 120+173+227=520 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.08% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 227 (89.06% from 255 or 43.65% from 520); Max value from RGB is 227 - color contains mainly: blue. Hex color #78ADE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ADE3 is #87521C. Grayscale: #A3A3A3. Windows color (decimal): -8868381 or 14921080. OLE color: 14921080.
HSL color Cylindrical-coordinate representation of color #78ADE3: hue angle of 210.28º degrees, saturation: 0.66, 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 #78ADE3 is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 120 | 173 | 227 | - |
| CMYK | 0.47 | 0.24 | 0 | 0.11 |
| HSL | 210.28º | 0.66% | 0.68% | - |
| HSV(B) | 210.28º | 0.47% | 0.89% | - |
| XYZ | 36.55 | 39.43 | 78.36 | - |
| YUV | 163.31 | 163.94 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 173 | 227 | 0.47 | 0.24 | 0 | 0.11 | 210.28 | 0.66 | 0.68 |
| Hex | 78 | AD | E3 | 2F | 18 | 0 | B | D2 | 42 | 44 |
| Octal | 170 | 255 | 343 | 57 | 30 | 0 | 13 | 322 | 102 | 104 |
| Binary | 1111000 | 10101101 | 11100011 | 101111 | 11000 | 0 | 1011 | 11010010 | 1000010 | 1000100 |
Color Harmonies of #78ADE3
Complementary color
Monochromatic Colors of #78ADE3
Black with #78ADE3
Text Example
Text Example
White with #78ADE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78ADE3; }
p { color: rgb(120,173,227); }
H1.HeaderClassName
{
color: #78ADE3;
}
.AnyTagClassName
{
color: #78ADE3;
}
</style>
background-color css
<style>
a { background-color: #78ADE3; }
a { background-color: rgb(120,173,227); }
div.DivClassName
{
background-color: #78ADE3;
}
.BgClassName
{
background-color: #78ADE3;
}
</style>
border-color css
<style>
span { border-color: #78ADE3; }
span { border-color: rgb(120,173,227); }
td.TdClassName
{
border-color: #78ADE3;
}
.TagClassName
{
border-color: #78ADE3;
}
</style>