Shades of Jordy Blue #77ABEF
Tints of Jordy Blue #77ABEF
RGB
CMYK
RGB Variations
Color information
#77ABEF (or 0x77ABEF) is known color: Jordy Blue. HEX triplet: 77, AB and EF. RGB value is (119,171,239). Sum of RGB (Red+Green+Blue) = 119+171+239=529 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.50% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #77ABEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77ABEF is #885410. Grayscale: #A2A2A2. Windows color (decimal): -8934417 or 15706999. OLE color: 15706999.
HSL color Cylindrical-coordinate representation of color #77ABEF: hue angle of 214º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77ABEF is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 119 | 171 | 239 | - |
| CMYK | 0.50 | 0.28 | 0 | 0.06 |
| HSL | 214º | 0.79% | 0.7% | - |
| HSV(B) | 214º | 0.5% | 0.94% | - |
| XYZ | 37.75 | 39.28 | 87.25 | - |
| YUV | 163.2 | 170.77 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 171 | 239 | 0.50 | 0.28 | 0 | 0.06 | 214 | 0.79 | 0.7 |
| Hex | 77 | AB | EF | 32 | 1C | 0 | 6 | D6 | 4F | 46 |
| Octal | 167 | 253 | 357 | 62 | 34 | 0 | 6 | 326 | 117 | 106 |
| Binary | 1110111 | 10101011 | 11101111 | 110010 | 11100 | 0 | 110 | 11010110 | 1001111 | 1000110 |
Color Harmonies of #77ABEF
Complementary color
Monochromatic Colors of #77ABEF
Black with #77ABEF
Text Example
Text Example
White with #77ABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ABEF; }
p { color: rgb(119,171,239); }
H1.HeaderClassName
{
color: #77ABEF;
}
.AnyTagClassName
{
color: #77ABEF;
}
</style>
background-color css
<style>
a { background-color: #77ABEF; }
a { background-color: rgb(119,171,239); }
div.DivClassName
{
background-color: #77ABEF;
}
.BgClassName
{
background-color: #77ABEF;
}
</style>
border-color css
<style>
span { border-color: #77ABEF; }
span { border-color: rgb(119,171,239); }
td.TdClassName
{
border-color: #77ABEF;
}
.TagClassName
{
border-color: #77ABEF;
}
</style>