Shades of Jordy Blue #81A8DD
Tints of Jordy Blue #81A8DD
RGB
CMYK
RGB Variations
Color information
#81A8DD (or 0x81A8DD) is known color: Jordy Blue. HEX triplet: 81, A8 and DD. RGB value is (129,168,221). Sum of RGB (Red+Green+Blue) = 129+168+221=518 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.90% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #81A8DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A8DD is #7E5722. Grayscale: #A2A2A2. Windows color (decimal): -8279843 or 14526593. OLE color: 14526593.
HSL color Cylindrical-coordinate representation of color #81A8DD: hue angle of 214.57º degrees, saturation: 0.57, 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 #81A8DD is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 168 | 221 | - |
| CMYK | 0.42 | 0.24 | 0 | 0.13 |
| HSL | 214.57º | 0.58% | 0.69% | - |
| HSV(B) | 214.57º | 0.42% | 0.87% | - |
| XYZ | 36.11 | 37.89 | 73.82 | - |
| YUV | 162.38 | 161.08 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 168 | 221 | 0.42 | 0.24 | 0 | 0.13 | 214.57 | 0.58 | 0.69 |
| Hex | 81 | A8 | DD | 2A | 18 | 0 | D | D7 | 3A | 45 |
| Octal | 201 | 250 | 335 | 52 | 30 | 0 | 15 | 327 | 72 | 105 |
| Binary | 10000001 | 10101000 | 11011101 | 101010 | 11000 | 0 | 1101 | 11010111 | 111010 | 1000101 |
Color Harmonies of #81A8DD
Complementary color
Monochromatic Colors of #81A8DD
Black with #81A8DD
Text Example
Text Example
White with #81A8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A8DD; }
p { color: rgb(129,168,221); }
H1.HeaderClassName
{
color: #81A8DD;
}
.AnyTagClassName
{
color: #81A8DD;
}
</style>
background-color css
<style>
a { background-color: #81A8DD; }
a { background-color: rgb(129,168,221); }
div.DivClassName
{
background-color: #81A8DD;
}
.BgClassName
{
background-color: #81A8DD;
}
</style>
border-color css
<style>
span { border-color: #81A8DD; }
span { border-color: rgb(129,168,221); }
td.TdClassName
{
border-color: #81A8DD;
}
.TagClassName
{
border-color: #81A8DD;
}
</style>