Shades of Jordy Blue #75ACF4
Tints of Jordy Blue #75ACF4
RGB
CMYK
RGB Variations
Color information
#75ACF4 (or 0x75ACF4) is known color: Jordy Blue. HEX triplet: 75, AC and F4. RGB value is (117,172,244). Sum of RGB (Red+Green+Blue) = 117+172+244=533 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.95% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 244 (95.70% from 255 or 45.78% from 533); Max value from RGB is 244 - color contains mainly: blue. Hex color #75ACF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75ACF4 is #8A530B. Grayscale: #A3A3A3. Windows color (decimal): -9065228 or 16034933. OLE color: 16034933.
HSL color Cylindrical-coordinate representation of color #75ACF4: hue angle of 214.02º degrees, saturation: 0.85, 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 #75ACF4 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 117 | 172 | 244 | - |
| CMYK | 0.52 | 0.30 | 0 | 0.04 |
| HSL | 214.02º | 0.85% | 0.71% | - |
| HSV(B) | 214.02º | 0.52% | 0.96% | - |
| XYZ | 38.42 | 39.82 | 91.25 | - |
| YUV | 163.76 | 173.28 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 172 | 244 | 0.52 | 0.30 | 0 | 0.04 | 214.02 | 0.85 | 0.71 |
| Hex | 75 | AC | F4 | 34 | 1E | 0 | 4 | D6 | 55 | 47 |
| Octal | 165 | 254 | 364 | 64 | 36 | 0 | 4 | 326 | 125 | 107 |
| Binary | 1110101 | 10101100 | 11110100 | 110100 | 11110 | 0 | 100 | 11010110 | 1010101 | 1000111 |
Color Harmonies of #75ACF4
Complementary color
Monochromatic Colors of #75ACF4
Black with #75ACF4
Text Example
Text Example
White with #75ACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75ACF4; }
p { color: rgb(117,172,244); }
H1.HeaderClassName
{
color: #75ACF4;
}
.AnyTagClassName
{
color: #75ACF4;
}
</style>
background-color css
<style>
a { background-color: #75ACF4; }
a { background-color: rgb(117,172,244); }
div.DivClassName
{
background-color: #75ACF4;
}
.BgClassName
{
background-color: #75ACF4;
}
</style>
border-color css
<style>
span { border-color: #75ACF4; }
span { border-color: rgb(117,172,244); }
td.TdClassName
{
border-color: #75ACF4;
}
.TagClassName
{
border-color: #75ACF4;
}
</style>