Shades of Jordy Blue #77ADD5
Tints of Jordy Blue #77ADD5
RGB
CMYK
RGB Variations
Color information
#77ADD5 (or 0x77ADD5) is known color: Jordy Blue. HEX triplet: 77, AD and D5. RGB value is (119,173,213). Sum of RGB (Red+Green+Blue) = 119+173+213=505 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.56% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 213 (83.59% from 255 or 42.18% from 505); Max value from RGB is 213 - color contains mainly: blue. Hex color #77ADD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ADD5 is #88522A. Grayscale: #A1A1A1. Windows color (decimal): -8933931 or 14003575. OLE color: 14003575.
HSL color Cylindrical-coordinate representation of color #77ADD5: hue angle of 205.53º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77ADD5 is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 173 | 213 | - |
| CMYK | 0.44 | 0.19 | 0 | 0.16 |
| HSL | 205.53º | 0.53% | 0.65% | - |
| HSV(B) | 205.53º | 0.44% | 0.84% | - |
| XYZ | 34.56 | 38.61 | 68.58 | - |
| YUV | 161.41 | 157.11 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 173 | 213 | 0.44 | 0.19 | 0 | 0.16 | 205.53 | 0.53 | 0.65 |
| Hex | 77 | AD | D5 | 2C | 13 | 0 | 10 | CE | 35 | 41 |
| Octal | 167 | 255 | 325 | 54 | 23 | 0 | 20 | 316 | 65 | 101 |
| Binary | 1110111 | 10101101 | 11010101 | 101100 | 10011 | 0 | 10000 | 11001110 | 110101 | 1000001 |
Color Harmonies of #77ADD5
Complementary color
Monochromatic Colors of #77ADD5
Black with #77ADD5
Text Example
Text Example
White with #77ADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ADD5; }
p { color: rgb(119,173,213); }
H1.HeaderClassName
{
color: #77ADD5;
}
.AnyTagClassName
{
color: #77ADD5;
}
</style>
background-color css
<style>
a { background-color: #77ADD5; }
a { background-color: rgb(119,173,213); }
div.DivClassName
{
background-color: #77ADD5;
}
.BgClassName
{
background-color: #77ADD5;
}
</style>
border-color css
<style>
span { border-color: #77ADD5; }
span { border-color: rgb(119,173,213); }
td.TdClassName
{
border-color: #77ADD5;
}
.TagClassName
{
border-color: #77ADD5;
}
</style>