Shades of Jordy Blue #81ADFD
Tints of Jordy Blue #81ADFD
RGB
CMYK
RGB Variations
Color information
#81ADFD (or 0x81ADFD) is known color: Jordy Blue. HEX triplet: 81, AD and FD. RGB value is (129,173,253). Sum of RGB (Red+Green+Blue) = 129+173+253=555 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.24% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #81ADFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81ADFD is #7E5202. Grayscale: #A8A8A8. Windows color (decimal): -8278531 or 16625025. OLE color: 16625025.
HSL color Cylindrical-coordinate representation of color #81ADFD: hue angle of 218.71º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81ADFD is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 173 | 253 | - |
| CMYK | 0.49 | 0.32 | 0 | 0.01 |
| HSL | 218.71º | 0.97% | 0.75% | - |
| HSV(B) | 218.71º | 0.49% | 0.99% | - |
| XYZ | 41.73 | 41.65 | 98.77 | - |
| YUV | 168.96 | 175.42 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 173 | 253 | 0.49 | 0.32 | 0 | 0.01 | 218.71 | 0.97 | 0.75 |
| Hex | 81 | AD | FD | 31 | 20 | 0 | 1 | DB | 61 | 4B |
| Octal | 201 | 255 | 375 | 61 | 40 | 0 | 1 | 333 | 141 | 113 |
| Binary | 10000001 | 10101101 | 11111101 | 110001 | 100000 | 0 | 1 | 11011011 | 1100001 | 1001011 |
Color Harmonies of #81ADFD
Complementary color
Monochromatic Colors of #81ADFD
Black with #81ADFD
Text Example
Text Example
White with #81ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ADFD; }
p { color: rgb(129,173,253); }
H1.HeaderClassName
{
color: #81ADFD;
}
.AnyTagClassName
{
color: #81ADFD;
}
</style>
background-color css
<style>
a { background-color: #81ADFD; }
a { background-color: rgb(129,173,253); }
div.DivClassName
{
background-color: #81ADFD;
}
.BgClassName
{
background-color: #81ADFD;
}
</style>
border-color css
<style>
span { border-color: #81ADFD; }
span { border-color: rgb(129,173,253); }
td.TdClassName
{
border-color: #81ADFD;
}
.TagClassName
{
border-color: #81ADFD;
}
</style>