Shades of Jordy Blue #81A8DF
Tints of Jordy Blue #81A8DF
RGB
CMYK
RGB Variations
Color information
#81A8DF (or 0x81A8DF) is known color: Jordy Blue. HEX triplet: 81, A8 and DF. RGB value is (129,168,223). Sum of RGB (Red+Green+Blue) = 129+168+223=520 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.81% from 520); Green value is 168 (66.02% from 255 or 32.31% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #81A8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A8DF is #7E5720. Grayscale: #A2A2A2. Windows color (decimal): -8279841 or 14657665. OLE color: 14657665.
HSL color Cylindrical-coordinate representation of color #81A8DF: hue angle of 215.11º 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 #81A8DF is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 168 | 223 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.13 |
| HSL | 215.11º | 0.59% | 0.69% | - |
| HSV(B) | 215.11º | 0.42% | 0.87% | - |
| XYZ | 36.38 | 38 | 75.23 | - |
| YUV | 162.61 | 162.08 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 168 | 223 | 0.42 | 0.25 | 0 | 0.13 | 215.11 | 0.59 | 0.69 |
| Hex | 81 | A8 | DF | 2A | 19 | 0 | D | D7 | 3B | 45 |
| Octal | 201 | 250 | 337 | 52 | 31 | 0 | 15 | 327 | 73 | 105 |
| Binary | 10000001 | 10101000 | 11011111 | 101010 | 11001 | 0 | 1101 | 11010111 | 111011 | 1000101 |
Color Harmonies of #81A8DF
Complementary color
Monochromatic Colors of #81A8DF
Black with #81A8DF
Text Example
Text Example
White with #81A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A8DF; }
p { color: rgb(129,168,223); }
H1.HeaderClassName
{
color: #81A8DF;
}
.AnyTagClassName
{
color: #81A8DF;
}
</style>
background-color css
<style>
a { background-color: #81A8DF; }
a { background-color: rgb(129,168,223); }
div.DivClassName
{
background-color: #81A8DF;
}
.BgClassName
{
background-color: #81A8DF;
}
</style>
border-color css
<style>
span { border-color: #81A8DF; }
span { border-color: rgb(129,168,223); }
td.TdClassName
{
border-color: #81A8DF;
}
.TagClassName
{
border-color: #81A8DF;
}
</style>