Shades of Jordy Blue #76ABDC
Tints of Jordy Blue #76ABDC
RGB
CMYK
RGB Variations
Color information
#76ABDC (or 0x76ABDC) is known color: Jordy Blue. HEX triplet: 76, AB and DC. RGB value is (118,171,220). Sum of RGB (Red+Green+Blue) = 118+171+220=509 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.18% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #76ABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ABDC is #895423. Grayscale: #A0A0A0. Windows color (decimal): -8999972 or 14461814. OLE color: 14461814.
HSL color Cylindrical-coordinate representation of color #76ABDC: hue angle of 208.82º degrees, saturation: 0.59, 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 #76ABDC is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 171 | 220 | - |
| CMYK | 0.46 | 0.22 | 0 | 0.14 |
| HSL | 208.82º | 0.59% | 0.66% | - |
| HSV(B) | 208.82º | 0.46% | 0.86% | - |
| XYZ | 34.95 | 38.14 | 73.23 | - |
| YUV | 160.74 | 161.44 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 171 | 220 | 0.46 | 0.22 | 0 | 0.14 | 208.82 | 0.59 | 0.66 |
| Hex | 76 | AB | DC | 2E | 16 | 0 | E | D1 | 3B | 42 |
| Octal | 166 | 253 | 334 | 56 | 26 | 0 | 16 | 321 | 73 | 102 |
| Binary | 1110110 | 10101011 | 11011100 | 101110 | 10110 | 0 | 1110 | 11010001 | 111011 | 1000010 |
Color Harmonies of #76ABDC
Complementary color
Monochromatic Colors of #76ABDC
Black with #76ABDC
Text Example
Text Example
White with #76ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ABDC; }
p { color: rgb(118,171,220); }
H1.HeaderClassName
{
color: #76ABDC;
}
.AnyTagClassName
{
color: #76ABDC;
}
</style>
background-color css
<style>
a { background-color: #76ABDC; }
a { background-color: rgb(118,171,220); }
div.DivClassName
{
background-color: #76ABDC;
}
.BgClassName
{
background-color: #76ABDC;
}
</style>
border-color css
<style>
span { border-color: #76ABDC; }
span { border-color: rgb(118,171,220); }
td.TdClassName
{
border-color: #76ABDC;
}
.TagClassName
{
border-color: #76ABDC;
}
</style>