Shades of Jordy Blue #77ADF1
Tints of Jordy Blue #77ADF1
RGB
CMYK
RGB Variations
Color information
#77ADF1 (or 0x77ADF1) is known color: Jordy Blue. HEX triplet: 77, AD and F1. RGB value is (119,173,241). Sum of RGB (Red+Green+Blue) = 119+173+241=533 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.33% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 241 (94.53% from 255 or 45.22% from 533); Max value from RGB is 241 - color contains mainly: blue. Hex color #77ADF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77ADF1 is #88520E. Grayscale: #A4A4A4. Windows color (decimal): -8933903 or 15838583. OLE color: 15838583.
HSL color Cylindrical-coordinate representation of color #77ADF1: hue angle of 213.44º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77ADF1 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 173 | 241 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.05 |
| HSL | 213.44º | 0.81% | 0.71% | - |
| HSV(B) | 213.44º | 0.51% | 0.95% | - |
| XYZ | 38.43 | 40.16 | 88.95 | - |
| YUV | 164.61 | 171.11 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 173 | 241 | 0.51 | 0.28 | 0 | 0.05 | 213.44 | 0.81 | 0.71 |
| Hex | 77 | AD | F1 | 33 | 1C | 0 | 5 | D5 | 51 | 47 |
| Octal | 167 | 255 | 361 | 63 | 34 | 0 | 5 | 325 | 121 | 107 |
| Binary | 1110111 | 10101101 | 11110001 | 110011 | 11100 | 0 | 101 | 11010101 | 1010001 | 1000111 |
Color Harmonies of #77ADF1
Complementary color
Monochromatic Colors of #77ADF1
Black with #77ADF1
Text Example
Text Example
White with #77ADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ADF1; }
p { color: rgb(119,173,241); }
H1.HeaderClassName
{
color: #77ADF1;
}
.AnyTagClassName
{
color: #77ADF1;
}
</style>
background-color css
<style>
a { background-color: #77ADF1; }
a { background-color: rgb(119,173,241); }
div.DivClassName
{
background-color: #77ADF1;
}
.BgClassName
{
background-color: #77ADF1;
}
</style>
border-color css
<style>
span { border-color: #77ADF1; }
span { border-color: rgb(119,173,241); }
td.TdClassName
{
border-color: #77ADF1;
}
.TagClassName
{
border-color: #77ADF1;
}
</style>