Shades of Jordy Blue #78ACF3
Tints of Jordy Blue #78ACF3
RGB
CMYK
RGB Variations
Color information
#78ACF3 (or 0x78ACF3) is known color: Jordy Blue. HEX triplet: 78, AC and F3. RGB value is (120,172,243). Sum of RGB (Red+Green+Blue) = 120+172+243=535 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.43% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 243 (95.31% from 255 or 45.42% from 535); Max value from RGB is 243 - color contains mainly: blue. Hex color #78ACF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78ACF3 is #87530C. Grayscale: #A4A4A4. Windows color (decimal): -8868621 or 15969400. OLE color: 15969400.
HSL color Cylindrical-coordinate representation of color #78ACF3: hue angle of 214.63º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78ACF3 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 120 | 172 | 243 | - |
| CMYK | 0.51 | 0.29 | 0 | 0.05 |
| HSL | 214.63º | 0.84% | 0.71% | - |
| HSV(B) | 214.63º | 0.51% | 0.95% | - |
| XYZ | 38.68 | 39.97 | 90.47 | - |
| YUV | 164.55 | 172.27 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 172 | 243 | 0.51 | 0.29 | 0 | 0.05 | 214.63 | 0.84 | 0.71 |
| Hex | 78 | AC | F3 | 33 | 1D | 0 | 5 | D7 | 54 | 47 |
| Octal | 170 | 254 | 363 | 63 | 35 | 0 | 5 | 327 | 124 | 107 |
| Binary | 1111000 | 10101100 | 11110011 | 110011 | 11101 | 0 | 101 | 11010111 | 1010100 | 1000111 |
Color Harmonies of #78ACF3
Complementary color
Monochromatic Colors of #78ACF3
Black with #78ACF3
Text Example
Text Example
White with #78ACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78ACF3; }
p { color: rgb(120,172,243); }
H1.HeaderClassName
{
color: #78ACF3;
}
.AnyTagClassName
{
color: #78ACF3;
}
</style>
background-color css
<style>
a { background-color: #78ACF3; }
a { background-color: rgb(120,172,243); }
div.DivClassName
{
background-color: #78ACF3;
}
.BgClassName
{
background-color: #78ACF3;
}
</style>
border-color css
<style>
span { border-color: #78ACF3; }
span { border-color: rgb(120,172,243); }
td.TdClassName
{
border-color: #78ACF3;
}
.TagClassName
{
border-color: #78ACF3;
}
</style>