Shades of Jordy Blue #77ACDF
Tints of Jordy Blue #77ACDF
RGB
CMYK
RGB Variations
Color information
#77ACDF (or 0x77ACDF) is known color: Jordy Blue. HEX triplet: 77, AC and DF. RGB value is (119,172,223). Sum of RGB (Red+Green+Blue) = 119+172+223=514 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.15% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #77ACDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ACDF is #885320. Grayscale: #A1A1A1. Windows color (decimal): -8934177 or 14658679. OLE color: 14658679.
HSL color Cylindrical-coordinate representation of color #77ACDF: hue angle of 209.42º 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 #77ACDF is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 172 | 223 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.13 |
| HSL | 209.42º | 0.62% | 0.67% | - |
| HSV(B) | 209.42º | 0.47% | 0.87% | - |
| XYZ | 35.68 | 38.75 | 75.41 | - |
| YUV | 161.97 | 162.44 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 172 | 223 | 0.47 | 0.23 | 0 | 0.13 | 209.42 | 0.62 | 0.67 |
| Hex | 77 | AC | DF | 2F | 17 | 0 | D | D1 | 3E | 43 |
| Octal | 167 | 254 | 337 | 57 | 27 | 0 | 15 | 321 | 76 | 103 |
| Binary | 1110111 | 10101100 | 11011111 | 101111 | 10111 | 0 | 1101 | 11010001 | 111110 | 1000011 |
Color Harmonies of #77ACDF
Complementary color
Monochromatic Colors of #77ACDF
Black with #77ACDF
Text Example
Text Example
White with #77ACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ACDF; }
p { color: rgb(119,172,223); }
H1.HeaderClassName
{
color: #77ACDF;
}
.AnyTagClassName
{
color: #77ACDF;
}
</style>
background-color css
<style>
a { background-color: #77ACDF; }
a { background-color: rgb(119,172,223); }
div.DivClassName
{
background-color: #77ACDF;
}
.BgClassName
{
background-color: #77ACDF;
}
</style>
border-color css
<style>
span { border-color: #77ACDF; }
span { border-color: rgb(119,172,223); }
td.TdClassName
{
border-color: #77ACDF;
}
.TagClassName
{
border-color: #77ACDF;
}
</style>