Shades of Jordy Blue #78A6EE
Tints of Jordy Blue #78A6EE
RGB
CMYK
RGB Variations
Color information
#78A6EE (or 0x78A6EE) is known color: Jordy Blue. HEX triplet: 78, A6 and EE. RGB value is (120,166,238). Sum of RGB (Red+Green+Blue) = 120+166+238=524 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.90% from 524); Green value is 166 (65.23% from 255 or 31.68% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #78A6EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78A6EE is #875911. Grayscale: #A0A0A0. Windows color (decimal): -8870162 or 15640184. OLE color: 15640184.
HSL color Cylindrical-coordinate representation of color #78A6EE: hue angle of 216.61º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78A6EE is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 166 | 238 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.07 |
| HSL | 216.61º | 0.78% | 0.7% | - |
| HSV(B) | 216.61º | 0.5% | 0.93% | - |
| XYZ | 36.81 | 37.44 | 86.17 | - |
| YUV | 160.45 | 171.76 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 166 | 238 | 0.50 | 0.30 | 0 | 0.07 | 216.61 | 0.78 | 0.7 |
| Hex | 78 | A6 | EE | 32 | 1E | 0 | 7 | D9 | 4E | 46 |
| Octal | 170 | 246 | 356 | 62 | 36 | 0 | 7 | 331 | 116 | 106 |
| Binary | 1111000 | 10100110 | 11101110 | 110010 | 11110 | 0 | 111 | 11011001 | 1001110 | 1000110 |
Color Harmonies of #78A6EE
Complementary color
Monochromatic Colors of #78A6EE
Black with #78A6EE
Text Example
Text Example
White with #78A6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A6EE; }
p { color: rgb(120,166,238); }
H1.HeaderClassName
{
color: #78A6EE;
}
.AnyTagClassName
{
color: #78A6EE;
}
</style>
background-color css
<style>
a { background-color: #78A6EE; }
a { background-color: rgb(120,166,238); }
div.DivClassName
{
background-color: #78A6EE;
}
.BgClassName
{
background-color: #78A6EE;
}
</style>
border-color css
<style>
span { border-color: #78A6EE; }
span { border-color: rgb(120,166,238); }
td.TdClassName
{
border-color: #78A6EE;
}
.TagClassName
{
border-color: #78A6EE;
}
</style>