Shades of Jordy Blue #81A8EF
Tints of Jordy Blue #81A8EF
RGB
CMYK
RGB Variations
Color information
#81A8EF (or 0x81A8EF) is known color: Jordy Blue. HEX triplet: 81, A8 and EF. RGB value is (129,168,239). Sum of RGB (Red+Green+Blue) = 129+168+239=536 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.07% from 536); Green value is 168 (66.02% from 255 or 31.34% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #81A8EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81A8EF is #7E5710. Grayscale: #A4A4A4. Windows color (decimal): -8279825 or 15706241. OLE color: 15706241.
HSL color Cylindrical-coordinate representation of color #81A8EF: hue angle of 218.73º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81A8EF is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 168 | 239 | - |
| CMYK | 0.46 | 0.30 | 0 | 0.06 |
| HSL | 218.73º | 0.77% | 0.72% | - |
| HSV(B) | 218.73º | 0.46% | 0.94% | - |
| XYZ | 38.64 | 38.9 | 87.13 | - |
| YUV | 164.43 | 170.08 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 168 | 239 | 0.46 | 0.30 | 0 | 0.06 | 218.73 | 0.77 | 0.72 |
| Hex | 81 | A8 | EF | 2E | 1E | 0 | 6 | DB | 4D | 48 |
| Octal | 201 | 250 | 357 | 56 | 36 | 0 | 6 | 333 | 115 | 110 |
| Binary | 10000001 | 10101000 | 11101111 | 101110 | 11110 | 0 | 110 | 11011011 | 1001101 | 1001000 |
Color Harmonies of #81A8EF
Complementary color
Monochromatic Colors of #81A8EF
Black with #81A8EF
Text Example
Text Example
White with #81A8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A8EF; }
p { color: rgb(129,168,239); }
H1.HeaderClassName
{
color: #81A8EF;
}
.AnyTagClassName
{
color: #81A8EF;
}
</style>
background-color css
<style>
a { background-color: #81A8EF; }
a { background-color: rgb(129,168,239); }
div.DivClassName
{
background-color: #81A8EF;
}
.BgClassName
{
background-color: #81A8EF;
}
</style>
border-color css
<style>
span { border-color: #81A8EF; }
span { border-color: rgb(129,168,239); }
td.TdClassName
{
border-color: #81A8EF;
}
.TagClassName
{
border-color: #81A8EF;
}
</style>