Shades of Jordy Blue #77A5CF
Tints of Jordy Blue #77A5CF
RGB
CMYK
RGB Variations
Color information
#77A5CF (or 0x77A5CF) is known color: Jordy Blue. HEX triplet: 77, A5 and CF. RGB value is (119,165,207). Sum of RGB (Red+Green+Blue) = 119+165+207=491 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.24% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #77A5CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A5CF is #885A30. Grayscale: #9B9B9B. Windows color (decimal): -8935985 or 13608311. OLE color: 13608311.
HSL color Cylindrical-coordinate representation of color #77A5CF: hue angle of 208.64º 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 #77A5CF is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 165 | 207 | - |
| CMYK | 0.43 | 0.20 | 0 | 0.19 |
| HSL | 208.64º | 0.48% | 0.64% | - |
| HSV(B) | 208.64º | 0.43% | 0.81% | - |
| XYZ | 32.33 | 35.34 | 64.15 | - |
| YUV | 156.03 | 156.76 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 165 | 207 | 0.43 | 0.20 | 0 | 0.19 | 208.64 | 0.48 | 0.64 |
| Hex | 77 | A5 | CF | 2B | 14 | 0 | 13 | D1 | 30 | 40 |
| Octal | 167 | 245 | 317 | 53 | 24 | 0 | 23 | 321 | 60 | 100 |
| Binary | 1110111 | 10100101 | 11001111 | 101011 | 10100 | 0 | 10011 | 11010001 | 110000 | 1000000 |
Color Harmonies of #77A5CF
Complementary color
Monochromatic Colors of #77A5CF
Black with #77A5CF
Text Example
Text Example
White with #77A5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A5CF; }
p { color: rgb(119,165,207); }
H1.HeaderClassName
{
color: #77A5CF;
}
.AnyTagClassName
{
color: #77A5CF;
}
</style>
background-color css
<style>
a { background-color: #77A5CF; }
a { background-color: rgb(119,165,207); }
div.DivClassName
{
background-color: #77A5CF;
}
.BgClassName
{
background-color: #77A5CF;
}
</style>
border-color css
<style>
span { border-color: #77A5CF; }
span { border-color: rgb(119,165,207); }
td.TdClassName
{
border-color: #77A5CF;
}
.TagClassName
{
border-color: #77A5CF;
}
</style>