Shades of Jordy Blue #77A8DF
Tints of Jordy Blue #77A8DF
RGB
CMYK
RGB Variations
Color information
#77A8DF (or 0x77A8DF) is known color: Jordy Blue. HEX triplet: 77, A8 and DF. RGB value is (119,168,223). Sum of RGB (Red+Green+Blue) = 119+168+223=510 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.33% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #77A8DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A8DF is #885720. Grayscale: #9F9F9F. Windows color (decimal): -8935201 or 14657655. OLE color: 14657655.
HSL color Cylindrical-coordinate representation of color #77A8DF: hue angle of 211.73º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77A8DF is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 168 | 223 | - |
| CMYK | 0.47 | 0.25 | 0 | 0.13 |
| HSL | 211.73º | 0.62% | 0.67% | - |
| HSV(B) | 211.73º | 0.47% | 0.87% | - |
| XYZ | 34.93 | 37.25 | 75.16 | - |
| YUV | 159.62 | 163.77 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 168 | 223 | 0.47 | 0.25 | 0 | 0.13 | 211.73 | 0.62 | 0.67 |
| Hex | 77 | A8 | DF | 2F | 19 | 0 | D | D4 | 3E | 43 |
| Octal | 167 | 250 | 337 | 57 | 31 | 0 | 15 | 324 | 76 | 103 |
| Binary | 1110111 | 10101000 | 11011111 | 101111 | 11001 | 0 | 1101 | 11010100 | 111110 | 1000011 |
Color Harmonies of #77A8DF
Complementary color
Monochromatic Colors of #77A8DF
Black with #77A8DF
Text Example
Text Example
White with #77A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A8DF; }
p { color: rgb(119,168,223); }
H1.HeaderClassName
{
color: #77A8DF;
}
.AnyTagClassName
{
color: #77A8DF;
}
</style>
background-color css
<style>
a { background-color: #77A8DF; }
a { background-color: rgb(119,168,223); }
div.DivClassName
{
background-color: #77A8DF;
}
.BgClassName
{
background-color: #77A8DF;
}
</style>
border-color css
<style>
span { border-color: #77A8DF; }
span { border-color: rgb(119,168,223); }
td.TdClassName
{
border-color: #77A8DF;
}
.TagClassName
{
border-color: #77A8DF;
}
</style>