Shades of Jordy Blue #77ADE0
Tints of Jordy Blue #77ADE0
RGB
CMYK
RGB Variations
Color information
#77ADE0 (or 0x77ADE0) is known color: Jordy Blue. HEX triplet: 77, AD and E0. RGB value is (119,173,224). Sum of RGB (Red+Green+Blue) = 119+173+224=516 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.06% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 224 (87.89% from 255 or 43.41% from 516); Max value from RGB is 224 - color contains mainly: blue. Hex color #77ADE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ADE0 is #88521F. Grayscale: #A2A2A2. Windows color (decimal): -8933920 or 14724471. OLE color: 14724471.
HSL color Cylindrical-coordinate representation of color #77ADE0: hue angle of 209.14º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77ADE0 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 119 | 173 | 224 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.12 |
| HSL | 209.14º | 0.63% | 0.67% | - |
| HSV(B) | 209.14º | 0.47% | 0.88% | - |
| XYZ | 36.01 | 39.19 | 76.19 | - |
| YUV | 162.67 | 162.61 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 173 | 224 | 0.47 | 0.23 | 0 | 0.12 | 209.14 | 0.63 | 0.67 |
| Hex | 77 | AD | E0 | 2F | 17 | 0 | C | D1 | 3F | 43 |
| Octal | 167 | 255 | 340 | 57 | 27 | 0 | 14 | 321 | 77 | 103 |
| Binary | 1110111 | 10101101 | 11100000 | 101111 | 10111 | 0 | 1100 | 11010001 | 111111 | 1000011 |
Color Harmonies of #77ADE0
Complementary color
Monochromatic Colors of #77ADE0
Black with #77ADE0
Text Example
Text Example
White with #77ADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ADE0; }
p { color: rgb(119,173,224); }
H1.HeaderClassName
{
color: #77ADE0;
}
.AnyTagClassName
{
color: #77ADE0;
}
</style>
background-color css
<style>
a { background-color: #77ADE0; }
a { background-color: rgb(119,173,224); }
div.DivClassName
{
background-color: #77ADE0;
}
.BgClassName
{
background-color: #77ADE0;
}
</style>
border-color css
<style>
span { border-color: #77ADE0; }
span { border-color: rgb(119,173,224); }
td.TdClassName
{
border-color: #77ADE0;
}
.TagClassName
{
border-color: #77ADE0;
}
</style>