Shades of Jordy Blue #77A8CE
Tints of Jordy Blue #77A8CE
RGB
CMYK
RGB Variations
Color information
#77A8CE (or 0x77A8CE) is known color: Jordy Blue. HEX triplet: 77, A8 and CE. RGB value is (119,168,206). Sum of RGB (Red+Green+Blue) = 119+168+206=493 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.14% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #77A8CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A8CE is #885731. Grayscale: #9D9D9D. Windows color (decimal): -8935218 or 13543543. OLE color: 13543543.
HSL color Cylindrical-coordinate representation of color #77A8CE: hue angle of 206.21º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77A8CE is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 168 | 206 | - |
| CMYK | 0.42 | 0.18 | 0 | 0.19 |
| HSL | 206.21º | 0.47% | 0.64% | - |
| HSV(B) | 206.21º | 0.42% | 0.81% | - |
| XYZ | 32.75 | 36.38 | 63.69 | - |
| YUV | 157.68 | 155.27 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 168 | 206 | 0.42 | 0.18 | 0 | 0.19 | 206.21 | 0.47 | 0.64 |
| Hex | 77 | A8 | CE | 2A | 12 | 0 | 13 | CE | 2F | 40 |
| Octal | 167 | 250 | 316 | 52 | 22 | 0 | 23 | 316 | 57 | 100 |
| Binary | 1110111 | 10101000 | 11001110 | 101010 | 10010 | 0 | 10011 | 11001110 | 101111 | 1000000 |
Color Harmonies of #77A8CE
Complementary color
Monochromatic Colors of #77A8CE
Black with #77A8CE
Text Example
Text Example
White with #77A8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A8CE; }
p { color: rgb(119,168,206); }
H1.HeaderClassName
{
color: #77A8CE;
}
.AnyTagClassName
{
color: #77A8CE;
}
</style>
background-color css
<style>
a { background-color: #77A8CE; }
a { background-color: rgb(119,168,206); }
div.DivClassName
{
background-color: #77A8CE;
}
.BgClassName
{
background-color: #77A8CE;
}
</style>
border-color css
<style>
span { border-color: #77A8CE; }
span { border-color: rgb(119,168,206); }
td.TdClassName
{
border-color: #77A8CE;
}
.TagClassName
{
border-color: #77A8CE;
}
</style>