Shades of Jordy Blue #78AED6
Tints of Jordy Blue #78AED6
RGB
CMYK
RGB Variations
Color information
#78AED6 (or 0x78AED6) is known color: Jordy Blue. HEX triplet: 78, AE and D6. RGB value is (120,174,214). Sum of RGB (Red+Green+Blue) = 120+174+214=508 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.62% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 214 (83.98% from 255 or 42.13% from 508); Max value from RGB is 214 - color contains mainly: blue. Hex color #78AED6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AED6 is #875129. Grayscale: #A2A2A2. Windows color (decimal): -8868138 or 14069368. OLE color: 14069368.
HSL color Cylindrical-coordinate representation of color #78AED6: hue angle of 205.53º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78AED6 is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 174 | 214 | - |
| CMYK | 0.44 | 0.19 | 0 | 0.16 |
| HSL | 205.53º | 0.53% | 0.65% | - |
| HSV(B) | 205.53º | 0.44% | 0.84% | - |
| XYZ | 35.02 | 39.12 | 69.32 | - |
| YUV | 162.41 | 157.11 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 174 | 214 | 0.44 | 0.19 | 0 | 0.16 | 205.53 | 0.53 | 0.65 |
| Hex | 78 | AE | D6 | 2C | 13 | 0 | 10 | CE | 35 | 41 |
| Octal | 170 | 256 | 326 | 54 | 23 | 0 | 20 | 316 | 65 | 101 |
| Binary | 1111000 | 10101110 | 11010110 | 101100 | 10011 | 0 | 10000 | 11001110 | 110101 | 1000001 |
Color Harmonies of #78AED6
Complementary color
Monochromatic Colors of #78AED6
Black with #78AED6
Text Example
Text Example
White with #78AED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AED6; }
p { color: rgb(120,174,214); }
H1.HeaderClassName
{
color: #78AED6;
}
.AnyTagClassName
{
color: #78AED6;
}
</style>
background-color css
<style>
a { background-color: #78AED6; }
a { background-color: rgb(120,174,214); }
div.DivClassName
{
background-color: #78AED6;
}
.BgClassName
{
background-color: #78AED6;
}
</style>
border-color css
<style>
span { border-color: #78AED6; }
span { border-color: rgb(120,174,214); }
td.TdClassName
{
border-color: #78AED6;
}
.TagClassName
{
border-color: #78AED6;
}
</style>