Shades of Jordy Blue #77ACD7
Tints of Jordy Blue #77ACD7
RGB
CMYK
RGB Variations
Color information
#77ACD7 (or 0x77ACD7) is known color: Jordy Blue. HEX triplet: 77, AC and D7. RGB value is (119,172,215). Sum of RGB (Red+Green+Blue) = 119+172+215=506 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.52% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 215 (84.38% from 255 or 42.49% from 506); Max value from RGB is 215 - color contains mainly: blue. Hex color #77ACD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ACD7 is #885328. Grayscale: #A0A0A0. Windows color (decimal): -8934185 or 14134391. OLE color: 14134391.
HSL color Cylindrical-coordinate representation of color #77ACD7: hue angle of 206.88º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77ACD7 is Cyan = 0.45, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 172 | 215 | - |
| CMYK | 0.45 | 0.2 | 0 | 0.16 |
| HSL | 206.88º | 0.55% | 0.65% | - |
| HSV(B) | 206.88º | 0.45% | 0.84% | - |
| XYZ | 34.63 | 38.33 | 69.86 | - |
| YUV | 161.06 | 158.44 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 172 | 215 | 0.45 | 0.2 | 0 | 0.16 | 206.88 | 0.55 | 0.65 |
| Hex | 77 | AC | D7 | 2D | 14 | 0 | 10 | CF | 37 | 41 |
| Octal | 167 | 254 | 327 | 55 | 24 | 0 | 20 | 317 | 67 | 101 |
| Binary | 1110111 | 10101100 | 11010111 | 101101 | 10100 | 0 | 10000 | 11001111 | 110111 | 1000001 |
Color Harmonies of #77ACD7
Complementary color
Monochromatic Colors of #77ACD7
Black with #77ACD7
Text Example
Text Example
White with #77ACD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ACD7; }
p { color: rgb(119,172,215); }
H1.HeaderClassName
{
color: #77ACD7;
}
.AnyTagClassName
{
color: #77ACD7;
}
</style>
background-color css
<style>
a { background-color: #77ACD7; }
a { background-color: rgb(119,172,215); }
div.DivClassName
{
background-color: #77ACD7;
}
.BgClassName
{
background-color: #77ACD7;
}
</style>
border-color css
<style>
span { border-color: #77ACD7; }
span { border-color: rgb(119,172,215); }
td.TdClassName
{
border-color: #77ACD7;
}
.TagClassName
{
border-color: #77ACD7;
}
</style>