Shades of Jordy Blue #81ACF9
Tints of Jordy Blue #81ACF9
RGB
CMYK
RGB Variations
Color information
#81ACF9 (or 0x81ACF9) is known color: Jordy Blue. HEX triplet: 81, AC and F9. RGB value is (129,172,249). Sum of RGB (Red+Green+Blue) = 129+172+249=550 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.45% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 249 (97.66% from 255 or 45.27% from 550); Max value from RGB is 249 - color contains mainly: blue. Hex color #81ACF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81ACF9 is #7E5306. Grayscale: #A7A7A7. Windows color (decimal): -8278791 or 16362625. OLE color: 16362625.
HSL color Cylindrical-coordinate representation of color #81ACF9: hue angle of 218.5º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81ACF9 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 172 | 249 | - |
| CMYK | 0.48 | 0.31 | 0 | 0.02 |
| HSL | 218.5º | 0.91% | 0.74% | - |
| HSV(B) | 218.5º | 0.48% | 0.98% | - |
| XYZ | 40.9 | 41.01 | 95.38 | - |
| YUV | 167.92 | 173.75 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 172 | 249 | 0.48 | 0.31 | 0 | 0.02 | 218.5 | 0.91 | 0.74 |
| Hex | 81 | AC | F9 | 30 | 1F | 0 | 2 | DA | 5B | 4A |
| Octal | 201 | 254 | 371 | 60 | 37 | 0 | 2 | 332 | 133 | 112 |
| Binary | 10000001 | 10101100 | 11111001 | 110000 | 11111 | 0 | 10 | 11011010 | 1011011 | 1001010 |
Color Harmonies of #81ACF9
Complementary color
Monochromatic Colors of #81ACF9
Black with #81ACF9
Text Example
Text Example
White with #81ACF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ACF9; }
p { color: rgb(129,172,249); }
H1.HeaderClassName
{
color: #81ACF9;
}
.AnyTagClassName
{
color: #81ACF9;
}
</style>
background-color css
<style>
a { background-color: #81ACF9; }
a { background-color: rgb(129,172,249); }
div.DivClassName
{
background-color: #81ACF9;
}
.BgClassName
{
background-color: #81ACF9;
}
</style>
border-color css
<style>
span { border-color: #81ACF9; }
span { border-color: rgb(129,172,249); }
td.TdClassName
{
border-color: #81ACF9;
}
.TagClassName
{
border-color: #81ACF9;
}
</style>