Shades of Jordy Blue #77A2CF
Tints of Jordy Blue #77A2CF
RGB
CMYK
RGB Variations
Color information
#77A2CF (or 0x77A2CF) is known color: Jordy Blue. HEX triplet: 77, A2 and CF. RGB value is (119,162,207). Sum of RGB (Red+Green+Blue) = 119+162+207=488 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.39% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #77A2CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A2CF is #885D30. Grayscale: #9A9A9A. Windows color (decimal): -8936753 or 13607543. OLE color: 13607543.
HSL color Cylindrical-coordinate representation of color #77A2CF: hue angle of 210.68º 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 #77A2CF is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 162 | 207 | - |
| CMYK | 0.43 | 0.22 | 0 | 0.19 |
| HSL | 210.68º | 0.48% | 0.64% | - |
| HSV(B) | 210.68º | 0.43% | 0.81% | - |
| XYZ | 31.79 | 34.27 | 63.97 | - |
| YUV | 154.27 | 157.75 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 162 | 207 | 0.43 | 0.22 | 0 | 0.19 | 210.68 | 0.48 | 0.64 |
| Hex | 77 | A2 | CF | 2B | 16 | 0 | 13 | D3 | 30 | 40 |
| Octal | 167 | 242 | 317 | 53 | 26 | 0 | 23 | 323 | 60 | 100 |
| Binary | 1110111 | 10100010 | 11001111 | 101011 | 10110 | 0 | 10011 | 11010011 | 110000 | 1000000 |
Color Harmonies of #77A2CF
Complementary color
Monochromatic Colors of #77A2CF
Black with #77A2CF
Text Example
Text Example
White with #77A2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A2CF; }
p { color: rgb(119,162,207); }
H1.HeaderClassName
{
color: #77A2CF;
}
.AnyTagClassName
{
color: #77A2CF;
}
</style>
background-color css
<style>
a { background-color: #77A2CF; }
a { background-color: rgb(119,162,207); }
div.DivClassName
{
background-color: #77A2CF;
}
.BgClassName
{
background-color: #77A2CF;
}
</style>
border-color css
<style>
span { border-color: #77A2CF; }
span { border-color: rgb(119,162,207); }
td.TdClassName
{
border-color: #77A2CF;
}
.TagClassName
{
border-color: #77A2CF;
}
</style>