Shades of Jordy Blue #81ADF7
Tints of Jordy Blue #81ADF7
RGB
CMYK
RGB Variations
Color information
#81ADF7 (or 0x81ADF7) is known color: Jordy Blue. HEX triplet: 81, AD and F7. RGB value is (129,173,247). Sum of RGB (Red+Green+Blue) = 129+173+247=549 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.50% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 247 (96.88% from 255 or 44.99% from 549); Max value from RGB is 247 - color contains mainly: blue. Hex color #81ADF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81ADF7 is #7E5208. Grayscale: #A7A7A7. Windows color (decimal): -8278537 or 16231809. OLE color: 16231809.
HSL color Cylindrical-coordinate representation of color #81ADF7: hue angle of 217.63º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81ADF7 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 129 | 173 | 247 | - |
| CMYK | 0.48 | 0.30 | 0 | 0.03 |
| HSL | 217.63º | 0.88% | 0.74% | - |
| HSV(B) | 217.63º | 0.48% | 0.97% | - |
| XYZ | 40.79 | 41.27 | 93.81 | - |
| YUV | 168.28 | 172.42 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 173 | 247 | 0.48 | 0.30 | 0 | 0.03 | 217.63 | 0.88 | 0.74 |
| Hex | 81 | AD | F7 | 30 | 1E | 0 | 3 | DA | 58 | 4A |
| Octal | 201 | 255 | 367 | 60 | 36 | 0 | 3 | 332 | 130 | 112 |
| Binary | 10000001 | 10101101 | 11110111 | 110000 | 11110 | 0 | 11 | 11011010 | 1011000 | 1001010 |
Color Harmonies of #81ADF7
Complementary color
Monochromatic Colors of #81ADF7
Black with #81ADF7
Text Example
Text Example
White with #81ADF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ADF7; }
p { color: rgb(129,173,247); }
H1.HeaderClassName
{
color: #81ADF7;
}
.AnyTagClassName
{
color: #81ADF7;
}
</style>
background-color css
<style>
a { background-color: #81ADF7; }
a { background-color: rgb(129,173,247); }
div.DivClassName
{
background-color: #81ADF7;
}
.BgClassName
{
background-color: #81ADF7;
}
</style>
border-color css
<style>
span { border-color: #81ADF7; }
span { border-color: rgb(129,173,247); }
td.TdClassName
{
border-color: #81ADF7;
}
.TagClassName
{
border-color: #81ADF7;
}
</style>