Shades of Jordy Blue #76ACF9
Tints of Jordy Blue #76ACF9
RGB
CMYK
RGB Variations
Color information
#76ACF9 (or 0x76ACF9) is known color: Jordy Blue. HEX triplet: 76, AC and F9. RGB value is (118,172,249). Sum of RGB (Red+Green+Blue) = 118+172+249=539 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.89% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 249 (97.66% from 255 or 46.20% from 539); Max value from RGB is 249 - color contains mainly: blue. Hex color #76ACF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76ACF9 is #895306. Grayscale: #A4A4A4. Windows color (decimal): -8999687 or 16362614. OLE color: 16362614.
HSL color Cylindrical-coordinate representation of color #76ACF9: hue angle of 215.27º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76ACF9 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 172 | 249 | - |
| CMYK | 0.53 | 0.31 | 0 | 0.02 |
| HSL | 215.27º | 0.92% | 0.72% | - |
| HSV(B) | 215.27º | 0.53% | 0.98% | - |
| XYZ | 39.32 | 40.2 | 95.31 | - |
| YUV | 164.63 | 175.61 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 172 | 249 | 0.53 | 0.31 | 0 | 0.02 | 215.27 | 0.92 | 0.72 |
| Hex | 76 | AC | F9 | 35 | 1F | 0 | 2 | D7 | 5C | 48 |
| Octal | 166 | 254 | 371 | 65 | 37 | 0 | 2 | 327 | 134 | 110 |
| Binary | 1110110 | 10101100 | 11111001 | 110101 | 11111 | 0 | 10 | 11010111 | 1011100 | 1001000 |
Color Harmonies of #76ACF9
Complementary color
Monochromatic Colors of #76ACF9
Black with #76ACF9
Text Example
Text Example
White with #76ACF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ACF9; }
p { color: rgb(118,172,249); }
H1.HeaderClassName
{
color: #76ACF9;
}
.AnyTagClassName
{
color: #76ACF9;
}
</style>
background-color css
<style>
a { background-color: #76ACF9; }
a { background-color: rgb(118,172,249); }
div.DivClassName
{
background-color: #76ACF9;
}
.BgClassName
{
background-color: #76ACF9;
}
</style>
border-color css
<style>
span { border-color: #76ACF9; }
span { border-color: rgb(118,172,249); }
td.TdClassName
{
border-color: #76ACF9;
}
.TagClassName
{
border-color: #76ACF9;
}
</style>