Shades of Jordy Blue #81ADF2
Tints of Jordy Blue #81ADF2
RGB
CMYK
RGB Variations
Color information
#81ADF2 (or 0x81ADF2) is known color: Jordy Blue. HEX triplet: 81, AD and F2. RGB value is (129,173,242). Sum of RGB (Red+Green+Blue) = 129+173+242=544 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.71% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 242 (94.92% from 255 or 44.49% from 544); Max value from RGB is 242 - color contains mainly: blue. Hex color #81ADF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81ADF2 is #7E520D. Grayscale: #A7A7A7. Windows color (decimal): -8278542 or 15904129. OLE color: 15904129.
HSL color Cylindrical-coordinate representation of color #81ADF2: hue angle of 216.64º degrees, saturation: 0.81, 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 #81ADF2 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 173 | 242 | - |
| CMYK | 0.47 | 0.29 | 0 | 0.05 |
| HSL | 216.64º | 0.81% | 0.73% | - |
| HSV(B) | 216.64º | 0.47% | 0.95% | - |
| XYZ | 40.02 | 40.97 | 89.8 | - |
| YUV | 167.71 | 169.92 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 173 | 242 | 0.47 | 0.29 | 0 | 0.05 | 216.64 | 0.81 | 0.73 |
| Hex | 81 | AD | F2 | 2F | 1D | 0 | 5 | D9 | 51 | 49 |
| Octal | 201 | 255 | 362 | 57 | 35 | 0 | 5 | 331 | 121 | 111 |
| Binary | 10000001 | 10101101 | 11110010 | 101111 | 11101 | 0 | 101 | 11011001 | 1010001 | 1001001 |
Color Harmonies of #81ADF2
Complementary color
Monochromatic Colors of #81ADF2
Black with #81ADF2
Text Example
Text Example
White with #81ADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ADF2; }
p { color: rgb(129,173,242); }
H1.HeaderClassName
{
color: #81ADF2;
}
.AnyTagClassName
{
color: #81ADF2;
}
</style>
background-color css
<style>
a { background-color: #81ADF2; }
a { background-color: rgb(129,173,242); }
div.DivClassName
{
background-color: #81ADF2;
}
.BgClassName
{
background-color: #81ADF2;
}
</style>
border-color css
<style>
span { border-color: #81ADF2; }
span { border-color: rgb(129,173,242); }
td.TdClassName
{
border-color: #81ADF2;
}
.TagClassName
{
border-color: #81ADF2;
}
</style>