Shades of Jordy Blue #75ACF6
Tints of Jordy Blue #75ACF6
RGB
CMYK
RGB Variations
Color information
#75ACF6 (or 0x75ACF6) is known color: Jordy Blue. HEX triplet: 75, AC and F6. RGB value is (117,172,246). Sum of RGB (Red+Green+Blue) = 117+172+246=535 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.87% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 246 (96.48% from 255 or 45.98% from 535); Max value from RGB is 246 - color contains mainly: blue. Hex color #75ACF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75ACF6 is #8A5309. Grayscale: #A3A3A3. Windows color (decimal): -9065226 or 16166005. OLE color: 16166005.
HSL color Cylindrical-coordinate representation of color #75ACF6: hue angle of 214.42º 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 #75ACF6 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 117 | 172 | 246 | - |
| CMYK | 0.52 | 0.30 | 0 | 0.04 |
| HSL | 214.42º | 0.88% | 0.71% | - |
| HSV(B) | 214.42º | 0.52% | 0.96% | - |
| XYZ | 38.72 | 39.94 | 92.86 | - |
| YUV | 163.99 | 174.28 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 172 | 246 | 0.52 | 0.30 | 0 | 0.04 | 214.42 | 0.88 | 0.71 |
| Hex | 75 | AC | F6 | 34 | 1E | 0 | 4 | D6 | 58 | 47 |
| Octal | 165 | 254 | 366 | 64 | 36 | 0 | 4 | 326 | 130 | 107 |
| Binary | 1110101 | 10101100 | 11110110 | 110100 | 11110 | 0 | 100 | 11010110 | 1011000 | 1000111 |
Color Harmonies of #75ACF6
Complementary color
Monochromatic Colors of #75ACF6
Black with #75ACF6
Text Example
Text Example
White with #75ACF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75ACF6; }
p { color: rgb(117,172,246); }
H1.HeaderClassName
{
color: #75ACF6;
}
.AnyTagClassName
{
color: #75ACF6;
}
</style>
background-color css
<style>
a { background-color: #75ACF6; }
a { background-color: rgb(117,172,246); }
div.DivClassName
{
background-color: #75ACF6;
}
.BgClassName
{
background-color: #75ACF6;
}
</style>
border-color css
<style>
span { border-color: #75ACF6; }
span { border-color: rgb(117,172,246); }
td.TdClassName
{
border-color: #75ACF6;
}
.TagClassName
{
border-color: #75ACF6;
}
</style>