Shades of Jordy Blue #81A5DA
Tints of Jordy Blue #81A5DA
RGB
CMYK
RGB Variations
Color information
#81A5DA (or 0x81A5DA) is known color: Jordy Blue. HEX triplet: 81, A5 and DA. RGB value is (129,165,218). Sum of RGB (Red+Green+Blue) = 129+165+218=512 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.20% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #81A5DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A5DA is #7E5A25. Grayscale: #A0A0A0. Windows color (decimal): -8280614 or 14329217. OLE color: 14329217.
HSL color Cylindrical-coordinate representation of color #81A5DA: hue angle of 215.73º 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 #81A5DA is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 165 | 218 | - |
| CMYK | 0.41 | 0.24 | 0 | 0.15 |
| HSL | 215.73º | 0.55% | 0.68% | - |
| HSV(B) | 215.73º | 0.41% | 0.85% | - |
| XYZ | 35.16 | 36.64 | 71.55 | - |
| YUV | 160.28 | 160.57 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 165 | 218 | 0.41 | 0.24 | 0 | 0.15 | 215.73 | 0.55 | 0.68 |
| Hex | 81 | A5 | DA | 29 | 18 | 0 | F | D8 | 37 | 44 |
| Octal | 201 | 245 | 332 | 51 | 30 | 0 | 17 | 330 | 67 | 104 |
| Binary | 10000001 | 10100101 | 11011010 | 101001 | 11000 | 0 | 1111 | 11011000 | 110111 | 1000100 |
Color Harmonies of #81A5DA
Complementary color
Monochromatic Colors of #81A5DA
Black with #81A5DA
Text Example
Text Example
White with #81A5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A5DA; }
p { color: rgb(129,165,218); }
H1.HeaderClassName
{
color: #81A5DA;
}
.AnyTagClassName
{
color: #81A5DA;
}
</style>
background-color css
<style>
a { background-color: #81A5DA; }
a { background-color: rgb(129,165,218); }
div.DivClassName
{
background-color: #81A5DA;
}
.BgClassName
{
background-color: #81A5DA;
}
</style>
border-color css
<style>
span { border-color: #81A5DA; }
span { border-color: rgb(129,165,218); }
td.TdClassName
{
border-color: #81A5DA;
}
.TagClassName
{
border-color: #81A5DA;
}
</style>