Shades of Jordy Blue #81A5EE
Tints of Jordy Blue #81A5EE
RGB
CMYK
RGB Variations
Color information
#81A5EE (or 0x81A5EE) is known color: Jordy Blue. HEX triplet: 81, A5 and EE. RGB value is (129,165,238). Sum of RGB (Red+Green+Blue) = 129+165+238=532 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.25% from 532); Green value is 165 (64.84% from 255 or 31.02% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #81A5EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81A5EE is #7E5A11. Grayscale: #A2A2A2. Windows color (decimal): -8280594 or 15639937. OLE color: 15639937.
HSL color Cylindrical-coordinate representation of color #81A5EE: hue angle of 220.18º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81A5EE is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 165 | 238 | - |
| CMYK | 0.46 | 0.31 | 0 | 0.07 |
| HSL | 220.18º | 0.76% | 0.72% | - |
| HSV(B) | 220.18º | 0.46% | 0.93% | - |
| XYZ | 37.94 | 37.75 | 86.18 | - |
| YUV | 162.56 | 170.57 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 165 | 238 | 0.46 | 0.31 | 0 | 0.07 | 220.18 | 0.76 | 0.72 |
| Hex | 81 | A5 | EE | 2E | 1F | 0 | 7 | DC | 4C | 48 |
| Octal | 201 | 245 | 356 | 56 | 37 | 0 | 7 | 334 | 114 | 110 |
| Binary | 10000001 | 10100101 | 11101110 | 101110 | 11111 | 0 | 111 | 11011100 | 1001100 | 1001000 |
Color Harmonies of #81A5EE
Complementary color
Monochromatic Colors of #81A5EE
Black with #81A5EE
Text Example
Text Example
White with #81A5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A5EE; }
p { color: rgb(129,165,238); }
H1.HeaderClassName
{
color: #81A5EE;
}
.AnyTagClassName
{
color: #81A5EE;
}
</style>
background-color css
<style>
a { background-color: #81A5EE; }
a { background-color: rgb(129,165,238); }
div.DivClassName
{
background-color: #81A5EE;
}
.BgClassName
{
background-color: #81A5EE;
}
</style>
border-color css
<style>
span { border-color: #81A5EE; }
span { border-color: rgb(129,165,238); }
td.TdClassName
{
border-color: #81A5EE;
}
.TagClassName
{
border-color: #81A5EE;
}
</style>