Shades of Jordy Blue #73ACF6
Tints of Jordy Blue #73ACF6
RGB
CMYK
RGB Variations
Color information
#73ACF6 (or 0x73ACF6) is known color: Jordy Blue. HEX triplet: 73, AC and F6. RGB value is (115,172,246). Sum of RGB (Red+Green+Blue) = 115+172+246=533 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.58% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 246 (96.48% from 255 or 46.15% from 533); Max value from RGB is 246 - color contains mainly: blue. Hex color #73ACF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73ACF6 is #8C5309. Grayscale: #A3A3A3. Windows color (decimal): -9196298 or 16166003. OLE color: 16166003.
HSL color Cylindrical-coordinate representation of color #73ACF6: hue angle of 213.89º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73ACF6 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 115 | 172 | 246 | - |
| CMYK | 0.53 | 0.30 | 0 | 0.04 |
| HSL | 213.89º | 0.88% | 0.71% | - |
| HSV(B) | 213.89º | 0.53% | 0.96% | - |
| XYZ | 38.46 | 39.8 | 92.84 | - |
| YUV | 163.39 | 174.62 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 172 | 246 | 0.53 | 0.30 | 0 | 0.04 | 213.89 | 0.88 | 0.71 |
| Hex | 73 | AC | F6 | 35 | 1E | 0 | 4 | D6 | 58 | 47 |
| Octal | 163 | 254 | 366 | 65 | 36 | 0 | 4 | 326 | 130 | 107 |
| Binary | 1110011 | 10101100 | 11110110 | 110101 | 11110 | 0 | 100 | 11010110 | 1011000 | 1000111 |
Color Harmonies of #73ACF6
Complementary color
Monochromatic Colors of #73ACF6
Black with #73ACF6
Text Example
Text Example
White with #73ACF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ACF6; }
p { color: rgb(115,172,246); }
H1.HeaderClassName
{
color: #73ACF6;
}
.AnyTagClassName
{
color: #73ACF6;
}
</style>
background-color css
<style>
a { background-color: #73ACF6; }
a { background-color: rgb(115,172,246); }
div.DivClassName
{
background-color: #73ACF6;
}
.BgClassName
{
background-color: #73ACF6;
}
</style>
border-color css
<style>
span { border-color: #73ACF6; }
span { border-color: rgb(115,172,246); }
td.TdClassName
{
border-color: #73ACF6;
}
.TagClassName
{
border-color: #73ACF6;
}
</style>