Shades of Jordy Blue #81A7DF
Tints of Jordy Blue #81A7DF
RGB
CMYK
RGB Variations
Color information
#81A7DF (or 0x81A7DF) is known color: Jordy Blue. HEX triplet: 81, A7 and DF. RGB value is (129,167,223). Sum of RGB (Red+Green+Blue) = 129+167+223=519 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.86% from 519); Green value is 167 (65.62% from 255 or 32.18% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #81A7DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A7DF is #7E5820. Grayscale: #A1A1A1. Windows color (decimal): -8280097 or 14657409. OLE color: 14657409.
HSL color Cylindrical-coordinate representation of color #81A7DF: hue angle of 215.74º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81A7DF is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 167 | 223 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.13 |
| HSL | 215.74º | 0.59% | 0.69% | - |
| HSV(B) | 215.74º | 0.42% | 0.87% | - |
| XYZ | 36.19 | 37.63 | 75.17 | - |
| YUV | 162.02 | 162.41 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 167 | 223 | 0.42 | 0.25 | 0 | 0.13 | 215.74 | 0.59 | 0.69 |
| Hex | 81 | A7 | DF | 2A | 19 | 0 | D | D8 | 3B | 45 |
| Octal | 201 | 247 | 337 | 52 | 31 | 0 | 15 | 330 | 73 | 105 |
| Binary | 10000001 | 10100111 | 11011111 | 101010 | 11001 | 0 | 1101 | 11011000 | 111011 | 1000101 |
Color Harmonies of #81A7DF
Complementary color
Monochromatic Colors of #81A7DF
Black with #81A7DF
Text Example
Text Example
White with #81A7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A7DF; }
p { color: rgb(129,167,223); }
H1.HeaderClassName
{
color: #81A7DF;
}
.AnyTagClassName
{
color: #81A7DF;
}
</style>
background-color css
<style>
a { background-color: #81A7DF; }
a { background-color: rgb(129,167,223); }
div.DivClassName
{
background-color: #81A7DF;
}
.BgClassName
{
background-color: #81A7DF;
}
</style>
border-color css
<style>
span { border-color: #81A7DF; }
span { border-color: rgb(129,167,223); }
td.TdClassName
{
border-color: #81A7DF;
}
.TagClassName
{
border-color: #81A7DF;
}
</style>