Shades of Jordy Blue #77ADE6
Tints of Jordy Blue #77ADE6
RGB
CMYK
RGB Variations
Color information
#77ADE6 (or 0x77ADE6) is known color: Jordy Blue. HEX triplet: 77, AD and E6. RGB value is (119,173,230). Sum of RGB (Red+Green+Blue) = 119+173+230=522 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.80% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 230 (90.23% from 255 or 44.06% from 522); Max value from RGB is 230 - color contains mainly: blue. Hex color #77ADE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77ADE6 is #885219. Grayscale: #A3A3A3. Windows color (decimal): -8933914 or 15117687. OLE color: 15117687.
HSL color Cylindrical-coordinate representation of color #77ADE6: hue angle of 210.81º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77ADE6 is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 119 | 173 | 230 | - |
| CMYK | 0.48 | 0.25 | 0 | 0.10 |
| HSL | 210.81º | 0.69% | 0.68% | - |
| HSV(B) | 210.81º | 0.48% | 0.9% | - |
| XYZ | 36.83 | 39.52 | 80.55 | - |
| YUV | 163.35 | 165.61 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 173 | 230 | 0.48 | 0.25 | 0 | 0.10 | 210.81 | 0.69 | 0.68 |
| Hex | 77 | AD | E6 | 30 | 19 | 0 | A | D3 | 45 | 44 |
| Octal | 167 | 255 | 346 | 60 | 31 | 0 | 12 | 323 | 105 | 104 |
| Binary | 1110111 | 10101101 | 11100110 | 110000 | 11001 | 0 | 1010 | 11010011 | 1000101 | 1000100 |
Color Harmonies of #77ADE6
Complementary color
Monochromatic Colors of #77ADE6
Black with #77ADE6
Text Example
Text Example
White with #77ADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ADE6; }
p { color: rgb(119,173,230); }
H1.HeaderClassName
{
color: #77ADE6;
}
.AnyTagClassName
{
color: #77ADE6;
}
</style>
background-color css
<style>
a { background-color: #77ADE6; }
a { background-color: rgb(119,173,230); }
div.DivClassName
{
background-color: #77ADE6;
}
.BgClassName
{
background-color: #77ADE6;
}
</style>
border-color css
<style>
span { border-color: #77ADE6; }
span { border-color: rgb(119,173,230); }
td.TdClassName
{
border-color: #77ADE6;
}
.TagClassName
{
border-color: #77ADE6;
}
</style>