Shades of Jordy Blue #77A1DB
Tints of Jordy Blue #77A1DB
RGB
CMYK
RGB Variations
Color information
#77A1DB (or 0x77A1DB) is known color: Jordy Blue. HEX triplet: 77, A1 and DB. RGB value is (119,161,219). Sum of RGB (Red+Green+Blue) = 119+161+219=499 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.85% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #77A1DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A1DB is #885E24. Grayscale: #9A9A9A. Windows color (decimal): -8936997 or 14393719. OLE color: 14393719.
HSL color Cylindrical-coordinate representation of color #77A1DB: hue angle of 214.8º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77A1DB is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 161 | 219 | - |
| CMYK | 0.46 | 0.26 | 0 | 0.14 |
| HSL | 214.8º | 0.58% | 0.66% | - |
| HSV(B) | 214.8º | 0.46% | 0.86% | - |
| XYZ | 33.14 | 34.53 | 71.94 | - |
| YUV | 155.05 | 164.09 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 161 | 219 | 0.46 | 0.26 | 0 | 0.14 | 214.8 | 0.58 | 0.66 |
| Hex | 77 | A1 | DB | 2E | 1A | 0 | E | D7 | 3A | 42 |
| Octal | 167 | 241 | 333 | 56 | 32 | 0 | 16 | 327 | 72 | 102 |
| Binary | 1110111 | 10100001 | 11011011 | 101110 | 11010 | 0 | 1110 | 11010111 | 111010 | 1000010 |
Color Harmonies of #77A1DB
Complementary color
Monochromatic Colors of #77A1DB
Black with #77A1DB
Text Example
Text Example
White with #77A1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A1DB; }
p { color: rgb(119,161,219); }
H1.HeaderClassName
{
color: #77A1DB;
}
.AnyTagClassName
{
color: #77A1DB;
}
</style>
background-color css
<style>
a { background-color: #77A1DB; }
a { background-color: rgb(119,161,219); }
div.DivClassName
{
background-color: #77A1DB;
}
.BgClassName
{
background-color: #77A1DB;
}
</style>
border-color css
<style>
span { border-color: #77A1DB; }
span { border-color: rgb(119,161,219); }
td.TdClassName
{
border-color: #77A1DB;
}
.TagClassName
{
border-color: #77A1DB;
}
</style>