Shades of Jordy Blue #71ACF1
Tints of Jordy Blue #71ACF1
RGB
CMYK
RGB Variations
Color information
#71ACF1 (or 0x71ACF1) is known color: Jordy Blue. HEX triplet: 71, AC and F1. RGB value is (113,172,241). Sum of RGB (Red+Green+Blue) = 113+172+241=526 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.48% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 241 - color contains mainly: blue. Hex color #71ACF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71ACF1 is #8E530E. Grayscale: #A1A1A1. Windows color (decimal): -9327375 or 15838321. OLE color: 15838321.
HSL color Cylindrical-coordinate representation of color #71ACF1: hue angle of 212.34º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71ACF1 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 172 | 241 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.05 |
| HSL | 212.34º | 0.82% | 0.69% | - |
| HSV(B) | 212.34º | 0.53% | 0.95% | - |
| XYZ | 37.44 | 39.37 | 88.84 | - |
| YUV | 162.23 | 172.45 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 172 | 241 | 0.53 | 0.29 | 0 | 0.05 | 212.34 | 0.82 | 0.69 |
| Hex | 71 | AC | F1 | 35 | 1D | 0 | 5 | D4 | 52 | 45 |
| Octal | 161 | 254 | 361 | 65 | 35 | 0 | 5 | 324 | 122 | 105 |
| Binary | 1110001 | 10101100 | 11110001 | 110101 | 11101 | 0 | 101 | 11010100 | 1010010 | 1000101 |
Color Harmonies of #71ACF1
Complementary color
Monochromatic Colors of #71ACF1
Black with #71ACF1
Text Example
Text Example
White with #71ACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ACF1; }
p { color: rgb(113,172,241); }
H1.HeaderClassName
{
color: #71ACF1;
}
.AnyTagClassName
{
color: #71ACF1;
}
</style>
background-color css
<style>
a { background-color: #71ACF1; }
a { background-color: rgb(113,172,241); }
div.DivClassName
{
background-color: #71ACF1;
}
.BgClassName
{
background-color: #71ACF1;
}
</style>
border-color css
<style>
span { border-color: #71ACF1; }
span { border-color: rgb(113,172,241); }
td.TdClassName
{
border-color: #71ACF1;
}
.TagClassName
{
border-color: #71ACF1;
}
</style>