Shades of Jordy Blue #81A5EF
Tints of Jordy Blue #81A5EF
RGB
CMYK
RGB Variations
Color information
#81A5EF (or 0x81A5EF) is known color: Jordy Blue. HEX triplet: 81, A5 and EF. RGB value is (129,165,239). Sum of RGB (Red+Green+Blue) = 129+165+239=533 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.20% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #81A5EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81A5EF is #7E5A10. Grayscale: #A2A2A2. Windows color (decimal): -8280593 or 15705473. OLE color: 15705473.
HSL color Cylindrical-coordinate representation of color #81A5EF: hue angle of 220.36º 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 #81A5EF is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 165 | 239 | - |
| CMYK | 0.46 | 0.31 | 0 | 0.06 |
| HSL | 220.36º | 0.77% | 0.72% | - |
| HSV(B) | 220.36º | 0.46% | 0.94% | - |
| XYZ | 38.09 | 37.81 | 86.95 | - |
| YUV | 162.67 | 171.07 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 165 | 239 | 0.46 | 0.31 | 0 | 0.06 | 220.36 | 0.77 | 0.72 |
| Hex | 81 | A5 | EF | 2E | 1F | 0 | 6 | DC | 4D | 48 |
| Octal | 201 | 245 | 357 | 56 | 37 | 0 | 6 | 334 | 115 | 110 |
| Binary | 10000001 | 10100101 | 11101111 | 101110 | 11111 | 0 | 110 | 11011100 | 1001101 | 1001000 |
Color Harmonies of #81A5EF
Complementary color
Monochromatic Colors of #81A5EF
Black with #81A5EF
Text Example
Text Example
White with #81A5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A5EF; }
p { color: rgb(129,165,239); }
H1.HeaderClassName
{
color: #81A5EF;
}
.AnyTagClassName
{
color: #81A5EF;
}
</style>
background-color css
<style>
a { background-color: #81A5EF; }
a { background-color: rgb(129,165,239); }
div.DivClassName
{
background-color: #81A5EF;
}
.BgClassName
{
background-color: #81A5EF;
}
</style>
border-color css
<style>
span { border-color: #81A5EF; }
span { border-color: rgb(129,165,239); }
td.TdClassName
{
border-color: #81A5EF;
}
.TagClassName
{
border-color: #81A5EF;
}
</style>