Shades of Jordy Blue #77B1DF
Tints of Jordy Blue #77B1DF
RGB
CMYK
RGB Variations
Color information
#77B1DF (or 0x77B1DF) is known color: Jordy Blue. HEX triplet: 77, B1 and DF. RGB value is (119,177,223). Sum of RGB (Red+Green+Blue) = 119+177+223=519 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.93% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #77B1DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77B1DF is #884E20. Grayscale: #A4A4A4. Windows color (decimal): -8932897 or 14659959. OLE color: 14659959.
HSL color Cylindrical-coordinate representation of color #77B1DF: hue angle of 206.54º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77B1DF is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 177 | 223 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.13 |
| HSL | 206.54º | 0.62% | 0.67% | - |
| HSV(B) | 206.54º | 0.47% | 0.87% | - |
| XYZ | 36.65 | 40.69 | 75.74 | - |
| YUV | 164.9 | 160.78 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 177 | 223 | 0.47 | 0.21 | 0 | 0.13 | 206.54 | 0.62 | 0.67 |
| Hex | 77 | B1 | DF | 2F | 15 | 0 | D | CF | 3E | 43 |
| Octal | 167 | 261 | 337 | 57 | 25 | 0 | 15 | 317 | 76 | 103 |
| Binary | 1110111 | 10110001 | 11011111 | 101111 | 10101 | 0 | 1101 | 11001111 | 111110 | 1000011 |
Color Harmonies of #77B1DF
Complementary color
Monochromatic Colors of #77B1DF
Black with #77B1DF
Text Example
Text Example
White with #77B1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B1DF; }
p { color: rgb(119,177,223); }
H1.HeaderClassName
{
color: #77B1DF;
}
.AnyTagClassName
{
color: #77B1DF;
}
</style>
background-color css
<style>
a { background-color: #77B1DF; }
a { background-color: rgb(119,177,223); }
div.DivClassName
{
background-color: #77B1DF;
}
.BgClassName
{
background-color: #77B1DF;
}
</style>
border-color css
<style>
span { border-color: #77B1DF; }
span { border-color: rgb(119,177,223); }
td.TdClassName
{
border-color: #77B1DF;
}
.TagClassName
{
border-color: #77B1DF;
}
</style>