Shades of Jordy Blue #77ABDC
Tints of Jordy Blue #77ABDC
RGB
CMYK
RGB Variations
Color information
#77ABDC (or 0x77ABDC) is known color: Jordy Blue. HEX triplet: 77, AB and DC. RGB value is (119,171,220). Sum of RGB (Red+Green+Blue) = 119+171+220=510 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.33% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #77ABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ABDC is #885423. Grayscale: #A0A0A0. Windows color (decimal): -8934436 or 14461815. OLE color: 14461815.
HSL color Cylindrical-coordinate representation of color #77ABDC: hue angle of 209.11º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77ABDC is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 171 | 220 | - |
| CMYK | 0.46 | 0.22 | 0 | 0.14 |
| HSL | 209.11º | 0.59% | 0.66% | - |
| HSV(B) | 209.11º | 0.46% | 0.86% | - |
| XYZ | 35.09 | 38.22 | 73.24 | - |
| YUV | 161.04 | 161.27 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 171 | 220 | 0.46 | 0.22 | 0 | 0.14 | 209.11 | 0.59 | 0.66 |
| Hex | 77 | AB | DC | 2E | 16 | 0 | E | D1 | 3B | 42 |
| Octal | 167 | 253 | 334 | 56 | 26 | 0 | 16 | 321 | 73 | 102 |
| Binary | 1110111 | 10101011 | 11011100 | 101110 | 10110 | 0 | 1110 | 11010001 | 111011 | 1000010 |
Color Harmonies of #77ABDC
Complementary color
Monochromatic Colors of #77ABDC
Black with #77ABDC
Text Example
Text Example
White with #77ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ABDC; }
p { color: rgb(119,171,220); }
H1.HeaderClassName
{
color: #77ABDC;
}
.AnyTagClassName
{
color: #77ABDC;
}
</style>
background-color css
<style>
a { background-color: #77ABDC; }
a { background-color: rgb(119,171,220); }
div.DivClassName
{
background-color: #77ABDC;
}
.BgClassName
{
background-color: #77ABDC;
}
</style>
border-color css
<style>
span { border-color: #77ABDC; }
span { border-color: rgb(119,171,220); }
td.TdClassName
{
border-color: #77ABDC;
}
.TagClassName
{
border-color: #77ABDC;
}
</style>