Shades of Jordy Blue #76ABDA
Tints of Jordy Blue #76ABDA
RGB
CMYK
RGB Variations
Color information
#76ABDA (or 0x76ABDA) is known color: Jordy Blue. HEX triplet: 76, AB and DA. RGB value is (118,171,218). Sum of RGB (Red+Green+Blue) = 118+171+218=507 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.27% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #76ABDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ABDA is #895425. Grayscale: #A0A0A0. Windows color (decimal): -8999974 or 14330742. OLE color: 14330742.
HSL color Cylindrical-coordinate representation of color #76ABDA: hue angle of 208.2º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76ABDA is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 171 | 218 | - |
| CMYK | 0.46 | 0.22 | 0 | 0.15 |
| HSL | 208.2º | 0.57% | 0.66% | - |
| HSV(B) | 208.2º | 0.46% | 0.85% | - |
| XYZ | 34.69 | 38.04 | 71.84 | - |
| YUV | 160.51 | 160.44 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 171 | 218 | 0.46 | 0.22 | 0 | 0.15 | 208.2 | 0.57 | 0.66 |
| Hex | 76 | AB | DA | 2E | 16 | 0 | F | D0 | 39 | 42 |
| Octal | 166 | 253 | 332 | 56 | 26 | 0 | 17 | 320 | 71 | 102 |
| Binary | 1110110 | 10101011 | 11011010 | 101110 | 10110 | 0 | 1111 | 11010000 | 111001 | 1000010 |
Color Harmonies of #76ABDA
Complementary color
Monochromatic Colors of #76ABDA
Black with #76ABDA
Text Example
Text Example
White with #76ABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ABDA; }
p { color: rgb(118,171,218); }
H1.HeaderClassName
{
color: #76ABDA;
}
.AnyTagClassName
{
color: #76ABDA;
}
</style>
background-color css
<style>
a { background-color: #76ABDA; }
a { background-color: rgb(118,171,218); }
div.DivClassName
{
background-color: #76ABDA;
}
.BgClassName
{
background-color: #76ABDA;
}
</style>
border-color css
<style>
span { border-color: #76ABDA; }
span { border-color: rgb(118,171,218); }
td.TdClassName
{
border-color: #76ABDA;
}
.TagClassName
{
border-color: #76ABDA;
}
</style>