Shades of Jordy Blue #81A0EE
Tints of Jordy Blue #81A0EE
RGB
CMYK
RGB Variations
Color information
#81A0EE (or 0x81A0EE) is known color: Jordy Blue. HEX triplet: 81, A0 and EE. RGB value is (129,160,238). Sum of RGB (Red+Green+Blue) = 129+160+238=527 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.48% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #81A0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81A0EE is #7E5F11. Grayscale: #9F9F9F. Windows color (decimal): -8281874 or 15638657. OLE color: 15638657.
HSL color Cylindrical-coordinate representation of color #81A0EE: hue angle of 222.94º 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 #81A0EE is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 160 | 238 | - |
| CMYK | 0.46 | 0.33 | 0 | 0.07 |
| HSL | 222.94º | 0.76% | 0.72% | - |
| HSV(B) | 222.94º | 0.46% | 0.93% | - |
| XYZ | 37.06 | 35.98 | 85.88 | - |
| YUV | 159.62 | 172.23 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 160 | 238 | 0.46 | 0.33 | 0 | 0.07 | 222.94 | 0.76 | 0.72 |
| Hex | 81 | A0 | EE | 2E | 21 | 0 | 7 | DF | 4C | 48 |
| Octal | 201 | 240 | 356 | 56 | 41 | 0 | 7 | 337 | 114 | 110 |
| Binary | 10000001 | 10100000 | 11101110 | 101110 | 100001 | 0 | 111 | 11011111 | 1001100 | 1001000 |
Color Harmonies of #81A0EE
Complementary color
Monochromatic Colors of #81A0EE
Black with #81A0EE
Text Example
Text Example
White with #81A0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A0EE; }
p { color: rgb(129,160,238); }
H1.HeaderClassName
{
color: #81A0EE;
}
.AnyTagClassName
{
color: #81A0EE;
}
</style>
background-color css
<style>
a { background-color: #81A0EE; }
a { background-color: rgb(129,160,238); }
div.DivClassName
{
background-color: #81A0EE;
}
.BgClassName
{
background-color: #81A0EE;
}
</style>
border-color css
<style>
span { border-color: #81A0EE; }
span { border-color: rgb(129,160,238); }
td.TdClassName
{
border-color: #81A0EE;
}
.TagClassName
{
border-color: #81A0EE;
}
</style>