Shades of Jordy Blue #81ADDA
Tints of Jordy Blue #81ADDA
RGB
CMYK
RGB Variations
Color information
#81ADDA (or 0x81ADDA) is known color: Jordy Blue. HEX triplet: 81, AD and DA. RGB value is (129,173,218). Sum of RGB (Red+Green+Blue) = 129+173+218=520 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.81% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #81ADDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ADDA is #7E5225. Grayscale: #A4A4A4. Windows color (decimal): -8278566 or 14331265. OLE color: 14331265.
HSL color Cylindrical-coordinate representation of color #81ADDA: hue angle of 210.34º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81ADDA is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 173 | 218 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.15 |
| HSL | 210.34º | 0.55% | 0.68% | - |
| HSV(B) | 210.34º | 0.41% | 0.85% | - |
| XYZ | 36.65 | 39.62 | 72.04 | - |
| YUV | 164.97 | 157.92 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 173 | 218 | 0.41 | 0.21 | 0 | 0.15 | 210.34 | 0.55 | 0.68 |
| Hex | 81 | AD | DA | 29 | 15 | 0 | F | D2 | 37 | 44 |
| Octal | 201 | 255 | 332 | 51 | 25 | 0 | 17 | 322 | 67 | 104 |
| Binary | 10000001 | 10101101 | 11011010 | 101001 | 10101 | 0 | 1111 | 11010010 | 110111 | 1000100 |
Color Harmonies of #81ADDA
Complementary color
Monochromatic Colors of #81ADDA
Black with #81ADDA
Text Example
Text Example
White with #81ADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ADDA; }
p { color: rgb(129,173,218); }
H1.HeaderClassName
{
color: #81ADDA;
}
.AnyTagClassName
{
color: #81ADDA;
}
</style>
background-color css
<style>
a { background-color: #81ADDA; }
a { background-color: rgb(129,173,218); }
div.DivClassName
{
background-color: #81ADDA;
}
.BgClassName
{
background-color: #81ADDA;
}
</style>
border-color css
<style>
span { border-color: #81ADDA; }
span { border-color: rgb(129,173,218); }
td.TdClassName
{
border-color: #81ADDA;
}
.TagClassName
{
border-color: #81ADDA;
}
</style>