Shades of Jordy Blue #78ADE6
Tints of Jordy Blue #78ADE6
RGB
CMYK
RGB Variations
Color information
#78ADE6 (or 0x78ADE6) is known color: Jordy Blue. HEX triplet: 78, AD and E6. RGB value is (120,173,230). Sum of RGB (Red+Green+Blue) = 120+173+230=523 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.94% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 230 (90.23% from 255 or 43.98% from 523); Max value from RGB is 230 - color contains mainly: blue. Hex color #78ADE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78ADE6 is #875219. Grayscale: #A3A3A3. Windows color (decimal): -8868378 or 15117688. OLE color: 15117688.
HSL color Cylindrical-coordinate representation of color #78ADE6: hue angle of 211.09º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78ADE6 is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 120 | 173 | 230 | - |
| CMYK | 0.48 | 0.25 | 0 | 0.10 |
| HSL | 211.09º | 0.69% | 0.69% | - |
| HSV(B) | 211.09º | 0.48% | 0.9% | - |
| XYZ | 36.97 | 39.59 | 80.56 | - |
| YUV | 163.65 | 165.44 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 173 | 230 | 0.48 | 0.25 | 0 | 0.10 | 211.09 | 0.69 | 0.69 |
| Hex | 78 | AD | E6 | 30 | 19 | 0 | A | D3 | 45 | 45 |
| Octal | 170 | 255 | 346 | 60 | 31 | 0 | 12 | 323 | 105 | 105 |
| Binary | 1111000 | 10101101 | 11100110 | 110000 | 11001 | 0 | 1010 | 11010011 | 1000101 | 1000101 |
Color Harmonies of #78ADE6
Complementary color
Monochromatic Colors of #78ADE6
Black with #78ADE6
Text Example
Text Example
White with #78ADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78ADE6; }
p { color: rgb(120,173,230); }
H1.HeaderClassName
{
color: #78ADE6;
}
.AnyTagClassName
{
color: #78ADE6;
}
</style>
background-color css
<style>
a { background-color: #78ADE6; }
a { background-color: rgb(120,173,230); }
div.DivClassName
{
background-color: #78ADE6;
}
.BgClassName
{
background-color: #78ADE6;
}
</style>
border-color css
<style>
span { border-color: #78ADE6; }
span { border-color: rgb(120,173,230); }
td.TdClassName
{
border-color: #78ADE6;
}
.TagClassName
{
border-color: #78ADE6;
}
</style>