Shades of Jordy Blue #78A3E6
Tints of Jordy Blue #78A3E6
RGB
CMYK
RGB Variations
Color information
#78A3E6 (or 0x78A3E6) is known color: Jordy Blue. HEX triplet: 78, A3 and E6. RGB value is (120,163,230). Sum of RGB (Red+Green+Blue) = 120+163+230=513 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.39% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 230 (90.23% from 255 or 44.83% from 513); Max value from RGB is 230 - color contains mainly: blue. Hex color #78A3E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78A3E6 is #875C19. Grayscale: #9D9D9D. Windows color (decimal): -8870938 or 15115128. OLE color: 15115128.
HSL color Cylindrical-coordinate representation of color #78A3E6: hue angle of 216.55º 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 #78A3E6 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 120 | 163 | 230 | - |
| CMYK | 0.48 | 0.29 | 0 | 0.10 |
| HSL | 216.55º | 0.69% | 0.69% | - |
| HSV(B) | 216.55º | 0.48% | 0.9% | - |
| XYZ | 35.13 | 35.9 | 79.94 | - |
| YUV | 157.78 | 168.75 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 163 | 230 | 0.48 | 0.29 | 0 | 0.10 | 216.55 | 0.69 | 0.69 |
| Hex | 78 | A3 | E6 | 30 | 1D | 0 | A | D9 | 45 | 45 |
| Octal | 170 | 243 | 346 | 60 | 35 | 0 | 12 | 331 | 105 | 105 |
| Binary | 1111000 | 10100011 | 11100110 | 110000 | 11101 | 0 | 1010 | 11011001 | 1000101 | 1000101 |
Color Harmonies of #78A3E6
Complementary color
Monochromatic Colors of #78A3E6
Black with #78A3E6
Text Example
Text Example
White with #78A3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A3E6; }
p { color: rgb(120,163,230); }
H1.HeaderClassName
{
color: #78A3E6;
}
.AnyTagClassName
{
color: #78A3E6;
}
</style>
background-color css
<style>
a { background-color: #78A3E6; }
a { background-color: rgb(120,163,230); }
div.DivClassName
{
background-color: #78A3E6;
}
.BgClassName
{
background-color: #78A3E6;
}
</style>
border-color css
<style>
span { border-color: #78A3E6; }
span { border-color: rgb(120,163,230); }
td.TdClassName
{
border-color: #78A3E6;
}
.TagClassName
{
border-color: #78A3E6;
}
</style>