Shades of Jordy Blue #81A3DF
Tints of Jordy Blue #81A3DF
RGB
CMYK
RGB Variations
Color information
#81A3DF (or 0x81A3DF) is known color: Jordy Blue. HEX triplet: 81, A3 and DF. RGB value is (129,163,223). Sum of RGB (Red+Green+Blue) = 129+163+223=515 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25.05% from 515); Green value is 163 (64.06% from 255 or 31.65% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #81A3DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A3DF is #7E5C20. Grayscale: #9F9F9F. Windows color (decimal): -8281121 or 14656385. OLE color: 14656385.
HSL color Cylindrical-coordinate representation of color #81A3DF: hue angle of 218.3º 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 #81A3DF is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 163 | 223 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.13 |
| HSL | 218.3º | 0.59% | 0.69% | - |
| HSV(B) | 218.3º | 0.42% | 0.87% | - |
| XYZ | 35.47 | 36.19 | 74.93 | - |
| YUV | 159.67 | 163.74 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 163 | 223 | 0.42 | 0.27 | 0 | 0.13 | 218.3 | 0.59 | 0.69 |
| Hex | 81 | A3 | DF | 2A | 1B | 0 | D | DA | 3B | 45 |
| Octal | 201 | 243 | 337 | 52 | 33 | 0 | 15 | 332 | 73 | 105 |
| Binary | 10000001 | 10100011 | 11011111 | 101010 | 11011 | 0 | 1101 | 11011010 | 111011 | 1000101 |
Color Harmonies of #81A3DF
Complementary color
Monochromatic Colors of #81A3DF
Black with #81A3DF
Text Example
Text Example
White with #81A3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A3DF; }
p { color: rgb(129,163,223); }
H1.HeaderClassName
{
color: #81A3DF;
}
.AnyTagClassName
{
color: #81A3DF;
}
</style>
background-color css
<style>
a { background-color: #81A3DF; }
a { background-color: rgb(129,163,223); }
div.DivClassName
{
background-color: #81A3DF;
}
.BgClassName
{
background-color: #81A3DF;
}
</style>
border-color css
<style>
span { border-color: #81A3DF; }
span { border-color: rgb(129,163,223); }
td.TdClassName
{
border-color: #81A3DF;
}
.TagClassName
{
border-color: #81A3DF;
}
</style>