Shades of Jordy Blue #81A2DF
Tints of Jordy Blue #81A2DF
RGB
CMYK
RGB Variations
Color information
#81A2DF (or 0x81A2DF) is known color: Jordy Blue. HEX triplet: 81, A2 and DF. RGB value is (129,162,223). Sum of RGB (Red+Green+Blue) = 129+162+223=514 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25.10% from 514); Green value is 162 (63.67% from 255 or 31.52% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #81A2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A2DF is #7E5D20. Grayscale: #9E9E9E. Windows color (decimal): -8281377 or 14656129. OLE color: 14656129.
HSL color Cylindrical-coordinate representation of color #81A2DF: hue angle of 218.94º 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 #81A2DF is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 162 | 223 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.13 |
| HSL | 218.94º | 0.59% | 0.69% | - |
| HSV(B) | 218.94º | 0.42% | 0.87% | - |
| XYZ | 35.29 | 35.84 | 74.87 | - |
| YUV | 159.09 | 164.07 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 162 | 223 | 0.42 | 0.27 | 0 | 0.13 | 218.94 | 0.59 | 0.69 |
| Hex | 81 | A2 | DF | 2A | 1B | 0 | D | DB | 3B | 45 |
| Octal | 201 | 242 | 337 | 52 | 33 | 0 | 15 | 333 | 73 | 105 |
| Binary | 10000001 | 10100010 | 11011111 | 101010 | 11011 | 0 | 1101 | 11011011 | 111011 | 1000101 |
Color Harmonies of #81A2DF
Complementary color
Monochromatic Colors of #81A2DF
Black with #81A2DF
Text Example
Text Example
White with #81A2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A2DF; }
p { color: rgb(129,162,223); }
H1.HeaderClassName
{
color: #81A2DF;
}
.AnyTagClassName
{
color: #81A2DF;
}
</style>
background-color css
<style>
a { background-color: #81A2DF; }
a { background-color: rgb(129,162,223); }
div.DivClassName
{
background-color: #81A2DF;
}
.BgClassName
{
background-color: #81A2DF;
}
</style>
border-color css
<style>
span { border-color: #81A2DF; }
span { border-color: rgb(129,162,223); }
td.TdClassName
{
border-color: #81A2DF;
}
.TagClassName
{
border-color: #81A2DF;
}
</style>