Shades of Jordy Blue #77ABD8
Tints of Jordy Blue #77ABD8
RGB
CMYK
RGB Variations
Color information
#77ABD8 (or 0x77ABD8) is known color: Jordy Blue. HEX triplet: 77, AB and D8. RGB value is (119,171,216). Sum of RGB (Red+Green+Blue) = 119+171+216=506 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.52% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 216 (84.77% from 255 or 42.69% from 506); Max value from RGB is 216 - color contains mainly: blue. Hex color #77ABD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ABD8 is #885427. Grayscale: #A0A0A0. Windows color (decimal): -8934440 or 14199671. OLE color: 14199671.
HSL color Cylindrical-coordinate representation of color #77ABD8: hue angle of 207.84º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77ABD8 is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 171 | 216 | - |
| CMYK | 0.45 | 0.21 | 0 | 0.15 |
| HSL | 207.84º | 0.55% | 0.66% | - |
| HSV(B) | 207.84º | 0.45% | 0.85% | - |
| XYZ | 34.57 | 38.01 | 70.48 | - |
| YUV | 160.58 | 159.27 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 171 | 216 | 0.45 | 0.21 | 0 | 0.15 | 207.84 | 0.55 | 0.66 |
| Hex | 77 | AB | D8 | 2D | 15 | 0 | F | D0 | 37 | 42 |
| Octal | 167 | 253 | 330 | 55 | 25 | 0 | 17 | 320 | 67 | 102 |
| Binary | 1110111 | 10101011 | 11011000 | 101101 | 10101 | 0 | 1111 | 11010000 | 110111 | 1000010 |
Color Harmonies of #77ABD8
Complementary color
Monochromatic Colors of #77ABD8
Black with #77ABD8
Text Example
Text Example
White with #77ABD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ABD8; }
p { color: rgb(119,171,216); }
H1.HeaderClassName
{
color: #77ABD8;
}
.AnyTagClassName
{
color: #77ABD8;
}
</style>
background-color css
<style>
a { background-color: #77ABD8; }
a { background-color: rgb(119,171,216); }
div.DivClassName
{
background-color: #77ABD8;
}
.BgClassName
{
background-color: #77ABD8;
}
</style>
border-color css
<style>
span { border-color: #77ABD8; }
span { border-color: rgb(119,171,216); }
td.TdClassName
{
border-color: #77ABD8;
}
.TagClassName
{
border-color: #77ABD8;
}
</style>