Shades of Jordy Blue #76ABDF
Tints of Jordy Blue #76ABDF
RGB
CMYK
RGB Variations
Color information
#76ABDF (or 0x76ABDF) is known color: Jordy Blue. HEX triplet: 76, AB and DF. RGB value is (118,171,223). Sum of RGB (Red+Green+Blue) = 118+171+223=512 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.05% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #76ABDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ABDF is #895420. Grayscale: #A0A0A0. Windows color (decimal): -8999969 or 14658422. OLE color: 14658422.
HSL color Cylindrical-coordinate representation of color #76ABDF: hue angle of 209.71º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76ABDF is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 171 | 223 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.13 |
| HSL | 209.71º | 0.62% | 0.67% | - |
| HSV(B) | 209.71º | 0.47% | 0.87% | - |
| XYZ | 35.35 | 38.31 | 75.34 | - |
| YUV | 161.08 | 162.94 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 171 | 223 | 0.47 | 0.23 | 0 | 0.13 | 209.71 | 0.62 | 0.67 |
| Hex | 76 | AB | DF | 2F | 17 | 0 | D | D2 | 3E | 43 |
| Octal | 166 | 253 | 337 | 57 | 27 | 0 | 15 | 322 | 76 | 103 |
| Binary | 1110110 | 10101011 | 11011111 | 101111 | 10111 | 0 | 1101 | 11010010 | 111110 | 1000011 |
Color Harmonies of #76ABDF
Complementary color
Monochromatic Colors of #76ABDF
Black with #76ABDF
Text Example
Text Example
White with #76ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ABDF; }
p { color: rgb(118,171,223); }
H1.HeaderClassName
{
color: #76ABDF;
}
.AnyTagClassName
{
color: #76ABDF;
}
</style>
background-color css
<style>
a { background-color: #76ABDF; }
a { background-color: rgb(118,171,223); }
div.DivClassName
{
background-color: #76ABDF;
}
.BgClassName
{
background-color: #76ABDF;
}
</style>
border-color css
<style>
span { border-color: #76ABDF; }
span { border-color: rgb(118,171,223); }
td.TdClassName
{
border-color: #76ABDF;
}
.TagClassName
{
border-color: #76ABDF;
}
</style>