Shades of Jordy Blue #78A8FE
Tints of Jordy Blue #78A8FE
RGB
CMYK
RGB Variations
Color information
#78A8FE (or 0x78A8FE) is known color: Jordy Blue. HEX triplet: 78, A8 and FE. RGB value is (120,168,254). Sum of RGB (Red+Green+Blue) = 120+168+254=542 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.14% from 542); Green value is 168 (66.02% from 255 or 31.00% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #78A8FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78A8FE is #875701. Grayscale: #A3A3A3. Windows color (decimal): -8869634 or 16689272. OLE color: 16689272.
HSL color Cylindrical-coordinate representation of color #78A8FE: hue angle of 218.51º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78A8FE is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 120 | 168 | 254 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.00 |
| HSL | 218.51º | 0.99% | 0.73% | - |
| HSV(B) | 218.51º | 0.53% | 1% | - |
| XYZ | 39.64 | 39.15 | 99.23 | - |
| YUV | 163.45 | 179.1 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 168 | 254 | 0.53 | 0.34 | 0 | 0.00 | 218.51 | 0.99 | 0.73 |
| Hex | 78 | A8 | FE | 35 | 22 | 0 | 0 | DB | 63 | 49 |
| Octal | 170 | 250 | 376 | 65 | 42 | 0 | 0 | 333 | 143 | 111 |
| Binary | 1111000 | 10101000 | 11111110 | 110101 | 100010 | 0 | 0 | 11011011 | 1100011 | 1001001 |
Color Harmonies of #78A8FE
Complementary color
Monochromatic Colors of #78A8FE
Black with #78A8FE
Text Example
Text Example
White with #78A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A8FE; }
p { color: rgb(120,168,254); }
H1.HeaderClassName
{
color: #78A8FE;
}
.AnyTagClassName
{
color: #78A8FE;
}
</style>
background-color css
<style>
a { background-color: #78A8FE; }
a { background-color: rgb(120,168,254); }
div.DivClassName
{
background-color: #78A8FE;
}
.BgClassName
{
background-color: #78A8FE;
}
</style>
border-color css
<style>
span { border-color: #78A8FE; }
span { border-color: rgb(120,168,254); }
td.TdClassName
{
border-color: #78A8FE;
}
.TagClassName
{
border-color: #78A8FE;
}
</style>