Shades of Jordy Blue #77A9D3
Tints of Jordy Blue #77A9D3
RGB
CMYK
RGB Variations
Color information
#77A9D3 (or 0x77A9D3) is known color: Jordy Blue. HEX triplet: 77, A9 and D3. RGB value is (119,169,211). Sum of RGB (Red+Green+Blue) = 119+169+211=499 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.85% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 211 (82.81% from 255 or 42.28% from 499); Max value from RGB is 211 - color contains mainly: blue. Hex color #77A9D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A9D3 is #88562C. Grayscale: #9E9E9E. Windows color (decimal): -8934957 or 13871479. OLE color: 13871479.
HSL color Cylindrical-coordinate representation of color #77A9D3: hue angle of 207.39º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77A9D3 is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 119 | 169 | 211 | - |
| CMYK | 0.44 | 0.20 | 0 | 0.17 |
| HSL | 207.39º | 0.51% | 0.65% | - |
| HSV(B) | 207.39º | 0.44% | 0.83% | - |
| XYZ | 33.55 | 37 | 67 | - |
| YUV | 158.84 | 157.44 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 169 | 211 | 0.44 | 0.20 | 0 | 0.17 | 207.39 | 0.51 | 0.65 |
| Hex | 77 | A9 | D3 | 2C | 14 | 0 | 11 | CF | 33 | 41 |
| Octal | 167 | 251 | 323 | 54 | 24 | 0 | 21 | 317 | 63 | 101 |
| Binary | 1110111 | 10101001 | 11010011 | 101100 | 10100 | 0 | 10001 | 11001111 | 110011 | 1000001 |
Color Harmonies of #77A9D3
Complementary color
Monochromatic Colors of #77A9D3
Black with #77A9D3
Text Example
Text Example
White with #77A9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A9D3; }
p { color: rgb(119,169,211); }
H1.HeaderClassName
{
color: #77A9D3;
}
.AnyTagClassName
{
color: #77A9D3;
}
</style>
background-color css
<style>
a { background-color: #77A9D3; }
a { background-color: rgb(119,169,211); }
div.DivClassName
{
background-color: #77A9D3;
}
.BgClassName
{
background-color: #77A9D3;
}
</style>
border-color css
<style>
span { border-color: #77A9D3; }
span { border-color: rgb(119,169,211); }
td.TdClassName
{
border-color: #77A9D3;
}
.TagClassName
{
border-color: #77A9D3;
}
</style>