Shades of Jordy Blue #77A8F8
Tints of Jordy Blue #77A8F8
RGB
CMYK
RGB Variations
Color information
#77A8F8 (or 0x77A8F8) is known color: Jordy Blue. HEX triplet: 77, A8 and F8. RGB value is (119,168,248). Sum of RGB (Red+Green+Blue) = 119+168+248=535 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.24% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 248 (97.27% from 255 or 46.36% from 535); Max value from RGB is 248 - color contains mainly: blue. Hex color #77A8F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77A8F8 is #885707. Grayscale: #A2A2A2. Windows color (decimal): -8935176 or 16296055. OLE color: 16296055.
HSL color Cylindrical-coordinate representation of color #77A8F8: hue angle of 217.21º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77A8F8 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 119 | 168 | 248 | - |
| CMYK | 0.52 | 0.32 | 0 | 0.03 |
| HSL | 217.21º | 0.9% | 0.72% | - |
| HSV(B) | 217.21º | 0.52% | 0.97% | - |
| XYZ | 38.55 | 38.7 | 94.25 | - |
| YUV | 162.47 | 176.27 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 168 | 248 | 0.52 | 0.32 | 0 | 0.03 | 217.21 | 0.9 | 0.72 |
| Hex | 77 | A8 | F8 | 34 | 20 | 0 | 3 | D9 | 5A | 48 |
| Octal | 167 | 250 | 370 | 64 | 40 | 0 | 3 | 331 | 132 | 110 |
| Binary | 1110111 | 10101000 | 11111000 | 110100 | 100000 | 0 | 11 | 11011001 | 1011010 | 1001000 |
Color Harmonies of #77A8F8
Complementary color
Monochromatic Colors of #77A8F8
Black with #77A8F8
Text Example
Text Example
White with #77A8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A8F8; }
p { color: rgb(119,168,248); }
H1.HeaderClassName
{
color: #77A8F8;
}
.AnyTagClassName
{
color: #77A8F8;
}
</style>
background-color css
<style>
a { background-color: #77A8F8; }
a { background-color: rgb(119,168,248); }
div.DivClassName
{
background-color: #77A8F8;
}
.BgClassName
{
background-color: #77A8F8;
}
</style>
border-color css
<style>
span { border-color: #77A8F8; }
span { border-color: rgb(119,168,248); }
td.TdClassName
{
border-color: #77A8F8;
}
.TagClassName
{
border-color: #77A8F8;
}
</style>