Shades of Jordy Blue #76ACF6
Tints of Jordy Blue #76ACF6
RGB
CMYK
RGB Variations
Color information
#76ACF6 (or 0x76ACF6) is known color: Jordy Blue. HEX triplet: 76, AC and F6. RGB value is (118,172,246). Sum of RGB (Red+Green+Blue) = 118+172+246=536 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.01% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 246 (96.48% from 255 or 45.90% from 536); Max value from RGB is 246 - color contains mainly: blue. Hex color #76ACF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76ACF6 is #895309. Grayscale: #A3A3A3. Windows color (decimal): -8999690 or 16166006. OLE color: 16166006.
HSL color Cylindrical-coordinate representation of color #76ACF6: hue angle of 214.69º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76ACF6 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 118 | 172 | 246 | - |
| CMYK | 0.52 | 0.30 | 0 | 0.04 |
| HSL | 214.69º | 0.88% | 0.71% | - |
| HSV(B) | 214.69º | 0.52% | 0.96% | - |
| XYZ | 38.86 | 40.01 | 92.86 | - |
| YUV | 164.29 | 174.11 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 172 | 246 | 0.52 | 0.30 | 0 | 0.04 | 214.69 | 0.88 | 0.71 |
| Hex | 76 | AC | F6 | 34 | 1E | 0 | 4 | D7 | 58 | 47 |
| Octal | 166 | 254 | 366 | 64 | 36 | 0 | 4 | 327 | 130 | 107 |
| Binary | 1110110 | 10101100 | 11110110 | 110100 | 11110 | 0 | 100 | 11010111 | 1011000 | 1000111 |
Color Harmonies of #76ACF6
Complementary color
Monochromatic Colors of #76ACF6
Black with #76ACF6
Text Example
Text Example
White with #76ACF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ACF6; }
p { color: rgb(118,172,246); }
H1.HeaderClassName
{
color: #76ACF6;
}
.AnyTagClassName
{
color: #76ACF6;
}
</style>
background-color css
<style>
a { background-color: #76ACF6; }
a { background-color: rgb(118,172,246); }
div.DivClassName
{
background-color: #76ACF6;
}
.BgClassName
{
background-color: #76ACF6;
}
</style>
border-color css
<style>
span { border-color: #76ACF6; }
span { border-color: rgb(118,172,246); }
td.TdClassName
{
border-color: #76ACF6;
}
.TagClassName
{
border-color: #76ACF6;
}
</style>