Shades of Jordy Blue #77ACDD
Tints of Jordy Blue #77ACDD
RGB
CMYK
RGB Variations
Color information
#77ACDD (or 0x77ACDD) is known color: Jordy Blue. HEX triplet: 77, AC and DD. RGB value is (119,172,221). Sum of RGB (Red+Green+Blue) = 119+172+221=512 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.24% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #77ACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ACDD is #885322. Grayscale: #A1A1A1. Windows color (decimal): -8934179 or 14527607. OLE color: 14527607.
HSL color Cylindrical-coordinate representation of color #77ACDD: hue angle of 208.82º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77ACDD is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 172 | 221 | - |
| CMYK | 0.46 | 0.22 | 0 | 0.13 |
| HSL | 208.82º | 0.6% | 0.67% | - |
| HSV(B) | 208.82º | 0.46% | 0.87% | - |
| XYZ | 35.41 | 38.65 | 74 | - |
| YUV | 161.74 | 161.44 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 172 | 221 | 0.46 | 0.22 | 0 | 0.13 | 208.82 | 0.6 | 0.67 |
| Hex | 77 | AC | DD | 2E | 16 | 0 | D | D1 | 3C | 43 |
| Octal | 167 | 254 | 335 | 56 | 26 | 0 | 15 | 321 | 74 | 103 |
| Binary | 1110111 | 10101100 | 11011101 | 101110 | 10110 | 0 | 1101 | 11010001 | 111100 | 1000011 |
Color Harmonies of #77ACDD
Complementary color
Monochromatic Colors of #77ACDD
Black with #77ACDD
Text Example
Text Example
White with #77ACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ACDD; }
p { color: rgb(119,172,221); }
H1.HeaderClassName
{
color: #77ACDD;
}
.AnyTagClassName
{
color: #77ACDD;
}
</style>
background-color css
<style>
a { background-color: #77ACDD; }
a { background-color: rgb(119,172,221); }
div.DivClassName
{
background-color: #77ACDD;
}
.BgClassName
{
background-color: #77ACDD;
}
</style>
border-color css
<style>
span { border-color: #77ACDD; }
span { border-color: rgb(119,172,221); }
td.TdClassName
{
border-color: #77ACDD;
}
.TagClassName
{
border-color: #77ACDD;
}
</style>