Shades of Jordy Blue #71ACF4
Tints of Jordy Blue #71ACF4
RGB
CMYK
RGB Variations
Color information
#71ACF4 (or 0x71ACF4) is known color: Jordy Blue. HEX triplet: 71, AC and F4. RGB value is (113,172,244). Sum of RGB (Red+Green+Blue) = 113+172+244=529 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.36% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 244 (95.70% from 255 or 46.12% from 529); Max value from RGB is 244 - color contains mainly: blue. Hex color #71ACF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71ACF4 is #8E530B. Grayscale: #A2A2A2. Windows color (decimal): -9327372 or 16034929. OLE color: 16034929.
HSL color Cylindrical-coordinate representation of color #71ACF4: hue angle of 212.98º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71ACF4 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 113 | 172 | 244 | - |
| CMYK | 0.54 | 0.30 | 0 | 0.04 |
| HSL | 212.98º | 0.86% | 0.7% | - |
| HSV(B) | 212.98º | 0.54% | 0.96% | - |
| XYZ | 37.89 | 39.55 | 91.22 | - |
| YUV | 162.57 | 173.95 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 172 | 244 | 0.54 | 0.30 | 0 | 0.04 | 212.98 | 0.86 | 0.7 |
| Hex | 71 | AC | F4 | 36 | 1E | 0 | 4 | D5 | 56 | 46 |
| Octal | 161 | 254 | 364 | 66 | 36 | 0 | 4 | 325 | 126 | 106 |
| Binary | 1110001 | 10101100 | 11110100 | 110110 | 11110 | 0 | 100 | 11010101 | 1010110 | 1000110 |
Color Harmonies of #71ACF4
Complementary color
Monochromatic Colors of #71ACF4
Black with #71ACF4
Text Example
Text Example
White with #71ACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ACF4; }
p { color: rgb(113,172,244); }
H1.HeaderClassName
{
color: #71ACF4;
}
.AnyTagClassName
{
color: #71ACF4;
}
</style>
background-color css
<style>
a { background-color: #71ACF4; }
a { background-color: rgb(113,172,244); }
div.DivClassName
{
background-color: #71ACF4;
}
.BgClassName
{
background-color: #71ACF4;
}
</style>
border-color css
<style>
span { border-color: #71ACF4; }
span { border-color: rgb(113,172,244); }
td.TdClassName
{
border-color: #71ACF4;
}
.TagClassName
{
border-color: #71ACF4;
}
</style>