Shades of Jordy Blue #77A8CF
Tints of Jordy Blue #77A8CF
RGB
CMYK
RGB Variations
Color information
#77A8CF (or 0x77A8CF) is known color: Jordy Blue. HEX triplet: 77, A8 and CF. RGB value is (119,168,207). Sum of RGB (Red+Green+Blue) = 119+168+207=494 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.09% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #77A8CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A8CF is #885730. Grayscale: #9D9D9D. Windows color (decimal): -8935217 or 13609079. OLE color: 13609079.
HSL color Cylindrical-coordinate representation of color #77A8CF: hue angle of 206.59º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77A8CF is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 168 | 207 | - |
| CMYK | 0.43 | 0.19 | 0 | 0.19 |
| HSL | 206.59º | 0.48% | 0.64% | - |
| HSV(B) | 206.59º | 0.43% | 0.81% | - |
| XYZ | 32.87 | 36.43 | 64.33 | - |
| YUV | 157.8 | 155.77 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 168 | 207 | 0.43 | 0.19 | 0 | 0.19 | 206.59 | 0.48 | 0.64 |
| Hex | 77 | A8 | CF | 2B | 13 | 0 | 13 | CF | 30 | 40 |
| Octal | 167 | 250 | 317 | 53 | 23 | 0 | 23 | 317 | 60 | 100 |
| Binary | 1110111 | 10101000 | 11001111 | 101011 | 10011 | 0 | 10011 | 11001111 | 110000 | 1000000 |
Color Harmonies of #77A8CF
Complementary color
Monochromatic Colors of #77A8CF
Black with #77A8CF
Text Example
Text Example
White with #77A8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A8CF; }
p { color: rgb(119,168,207); }
H1.HeaderClassName
{
color: #77A8CF;
}
.AnyTagClassName
{
color: #77A8CF;
}
</style>
background-color css
<style>
a { background-color: #77A8CF; }
a { background-color: rgb(119,168,207); }
div.DivClassName
{
background-color: #77A8CF;
}
.BgClassName
{
background-color: #77A8CF;
}
</style>
border-color css
<style>
span { border-color: #77A8CF; }
span { border-color: rgb(119,168,207); }
td.TdClassName
{
border-color: #77A8CF;
}
.TagClassName
{
border-color: #77A8CF;
}
</style>