Shades of Jordy Blue #81ADF3
Tints of Jordy Blue #81ADF3
RGB
CMYK
RGB Variations
Color information
#81ADF3 (or 0x81ADF3) is known color: Jordy Blue. HEX triplet: 81, AD and F3. RGB value is (129,173,243). Sum of RGB (Red+Green+Blue) = 129+173+243=545 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.67% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 243 (95.31% from 255 or 44.59% from 545); Max value from RGB is 243 - color contains mainly: blue. Hex color #81ADF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81ADF3 is #7E520C. Grayscale: #A7A7A7. Windows color (decimal): -8278541 or 15969665. OLE color: 15969665.
HSL color Cylindrical-coordinate representation of color #81ADF3: hue angle of 216.84º 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 #81ADF3 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 173 | 243 | - |
| CMYK | 0.47 | 0.29 | 0 | 0.05 |
| HSL | 216.84º | 0.83% | 0.73% | - |
| HSV(B) | 216.84º | 0.47% | 0.95% | - |
| XYZ | 40.17 | 41.03 | 90.6 | - |
| YUV | 167.82 | 170.42 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 173 | 243 | 0.47 | 0.29 | 0 | 0.05 | 216.84 | 0.83 | 0.73 |
| Hex | 81 | AD | F3 | 2F | 1D | 0 | 5 | D9 | 53 | 49 |
| Octal | 201 | 255 | 363 | 57 | 35 | 0 | 5 | 331 | 123 | 111 |
| Binary | 10000001 | 10101101 | 11110011 | 101111 | 11101 | 0 | 101 | 11011001 | 1010011 | 1001001 |
Color Harmonies of #81ADF3
Complementary color
Monochromatic Colors of #81ADF3
Black with #81ADF3
Text Example
Text Example
White with #81ADF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ADF3; }
p { color: rgb(129,173,243); }
H1.HeaderClassName
{
color: #81ADF3;
}
.AnyTagClassName
{
color: #81ADF3;
}
</style>
background-color css
<style>
a { background-color: #81ADF3; }
a { background-color: rgb(129,173,243); }
div.DivClassName
{
background-color: #81ADF3;
}
.BgClassName
{
background-color: #81ADF3;
}
</style>
border-color css
<style>
span { border-color: #81ADF3; }
span { border-color: rgb(129,173,243); }
td.TdClassName
{
border-color: #81ADF3;
}
.TagClassName
{
border-color: #81ADF3;
}
</style>