Shades of Jordy Blue #81A8EC
Tints of Jordy Blue #81A8EC
RGB
CMYK
RGB Variations
Color information
#81A8EC (or 0x81A8EC) is known color: Jordy Blue. HEX triplet: 81, A8 and EC. RGB value is (129,168,236). Sum of RGB (Red+Green+Blue) = 129+168+236=533 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.20% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #81A8EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81A8EC is #7E5713. Grayscale: #A3A3A3. Windows color (decimal): -8279828 or 15509633. OLE color: 15509633.
HSL color Cylindrical-coordinate representation of color #81A8EC: hue angle of 218.13º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81A8EC is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 168 | 236 | - |
| CMYK | 0.45 | 0.29 | 0 | 0.07 |
| HSL | 218.13º | 0.74% | 0.72% | - |
| HSV(B) | 218.13º | 0.45% | 0.93% | - |
| XYZ | 38.2 | 38.73 | 84.82 | - |
| YUV | 164.09 | 168.58 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 168 | 236 | 0.45 | 0.29 | 0 | 0.07 | 218.13 | 0.74 | 0.72 |
| Hex | 81 | A8 | EC | 2D | 1D | 0 | 7 | DA | 4A | 48 |
| Octal | 201 | 250 | 354 | 55 | 35 | 0 | 7 | 332 | 112 | 110 |
| Binary | 10000001 | 10101000 | 11101100 | 101101 | 11101 | 0 | 111 | 11011010 | 1001010 | 1001000 |
Color Harmonies of #81A8EC
Complementary color
Monochromatic Colors of #81A8EC
Black with #81A8EC
Text Example
Text Example
White with #81A8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A8EC; }
p { color: rgb(129,168,236); }
H1.HeaderClassName
{
color: #81A8EC;
}
.AnyTagClassName
{
color: #81A8EC;
}
</style>
background-color css
<style>
a { background-color: #81A8EC; }
a { background-color: rgb(129,168,236); }
div.DivClassName
{
background-color: #81A8EC;
}
.BgClassName
{
background-color: #81A8EC;
}
</style>
border-color css
<style>
span { border-color: #81A8EC; }
span { border-color: rgb(129,168,236); }
td.TdClassName
{
border-color: #81A8EC;
}
.TagClassName
{
border-color: #81A8EC;
}
</style>