Shades of Jordy Blue #81ACF3
Tints of Jordy Blue #81ACF3
RGB
CMYK
RGB Variations
Color information
#81ACF3 (or 0x81ACF3) is known color: Jordy Blue. HEX triplet: 81, AC and F3. RGB value is (129,172,243). Sum of RGB (Red+Green+Blue) = 129+172+243=544 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.71% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 243 (95.31% from 255 or 44.67% from 544); Max value from RGB is 243 - color contains mainly: blue. Hex color #81ACF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81ACF3 is #7E530C. Grayscale: #A6A6A6. Windows color (decimal): -8278797 or 15969409. OLE color: 15969409.
HSL color Cylindrical-coordinate representation of color #81ACF3: hue angle of 217.37º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81ACF3 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 172 | 243 | - |
| CMYK | 0.47 | 0.29 | 0 | 0.05 |
| HSL | 217.37º | 0.83% | 0.73% | - |
| HSV(B) | 217.37º | 0.47% | 0.95% | - |
| XYZ | 39.98 | 40.64 | 90.53 | - |
| YUV | 167.24 | 170.75 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 172 | 243 | 0.47 | 0.29 | 0 | 0.05 | 217.37 | 0.83 | 0.73 |
| Hex | 81 | AC | F3 | 2F | 1D | 0 | 5 | D9 | 53 | 49 |
| Octal | 201 | 254 | 363 | 57 | 35 | 0 | 5 | 331 | 123 | 111 |
| Binary | 10000001 | 10101100 | 11110011 | 101111 | 11101 | 0 | 101 | 11011001 | 1010011 | 1001001 |
Color Harmonies of #81ACF3
Complementary color
Monochromatic Colors of #81ACF3
Black with #81ACF3
Text Example
Text Example
White with #81ACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ACF3; }
p { color: rgb(129,172,243); }
H1.HeaderClassName
{
color: #81ACF3;
}
.AnyTagClassName
{
color: #81ACF3;
}
</style>
background-color css
<style>
a { background-color: #81ACF3; }
a { background-color: rgb(129,172,243); }
div.DivClassName
{
background-color: #81ACF3;
}
.BgClassName
{
background-color: #81ACF3;
}
</style>
border-color css
<style>
span { border-color: #81ACF3; }
span { border-color: rgb(129,172,243); }
td.TdClassName
{
border-color: #81ACF3;
}
.TagClassName
{
border-color: #81ACF3;
}
</style>