Shades of Jordy Blue #81A2D8
Tints of Jordy Blue #81A2D8
RGB
CMYK
RGB Variations
Color information
#81A2D8 (or 0x81A2D8) is known color: Jordy Blue. HEX triplet: 81, A2 and D8. RGB value is (129,162,216). Sum of RGB (Red+Green+Blue) = 129+162+216=507 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.44% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 216 (84.77% from 255 or 42.60% from 507); Max value from RGB is 216 - color contains mainly: blue. Hex color #81A2D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A2D8 is #7E5D27. Grayscale: #9E9E9E. Windows color (decimal): -8281384 or 14197377. OLE color: 14197377.
HSL color Cylindrical-coordinate representation of color #81A2D8: hue angle of 217.24º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81A2D8 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 162 | 216 | - |
| CMYK | 0.40 | 0.25 | 0 | 0.15 |
| HSL | 217.24º | 0.53% | 0.68% | - |
| HSV(B) | 217.24º | 0.4% | 0.85% | - |
| XYZ | 34.37 | 35.47 | 70 | - |
| YUV | 158.29 | 160.57 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 162 | 216 | 0.40 | 0.25 | 0 | 0.15 | 217.24 | 0.53 | 0.68 |
| Hex | 81 | A2 | D8 | 28 | 19 | 0 | F | D9 | 35 | 44 |
| Octal | 201 | 242 | 330 | 50 | 31 | 0 | 17 | 331 | 65 | 104 |
| Binary | 10000001 | 10100010 | 11011000 | 101000 | 11001 | 0 | 1111 | 11011001 | 110101 | 1000100 |
Color Harmonies of #81A2D8
Complementary color
Monochromatic Colors of #81A2D8
Black with #81A2D8
Text Example
Text Example
White with #81A2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A2D8; }
p { color: rgb(129,162,216); }
H1.HeaderClassName
{
color: #81A2D8;
}
.AnyTagClassName
{
color: #81A2D8;
}
</style>
background-color css
<style>
a { background-color: #81A2D8; }
a { background-color: rgb(129,162,216); }
div.DivClassName
{
background-color: #81A2D8;
}
.BgClassName
{
background-color: #81A2D8;
}
</style>
border-color css
<style>
span { border-color: #81A2D8; }
span { border-color: rgb(129,162,216); }
td.TdClassName
{
border-color: #81A2D8;
}
.TagClassName
{
border-color: #81A2D8;
}
</style>