Shades of Jordy Blue #81B4EE
Tints of Jordy Blue #81B4EE
RGB
CMYK
RGB Variations
Color information
#81B4EE (or 0x81B4EE) is known color: Jordy Blue. HEX triplet: 81, B4 and EE. RGB value is (129,180,238). Sum of RGB (Red+Green+Blue) = 129+180+238=547 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.58% from 547); Green value is 180 (70.70% from 255 or 32.91% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #81B4EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81B4EE is #7E4B11. Grayscale: #ABABAB. Windows color (decimal): -8276754 or 15643777. OLE color: 15643777.
HSL color Cylindrical-coordinate representation of color #81B4EE: hue angle of 211.93º 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 #81B4EE is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 180 | 238 | - |
| CMYK | 0.46 | 0.24 | 0 | 0.07 |
| HSL | 211.93º | 0.76% | 0.72% | - |
| HSV(B) | 211.93º | 0.46% | 0.93% | - |
| XYZ | 40.81 | 43.48 | 87.13 | - |
| YUV | 171.36 | 165.6 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 180 | 238 | 0.46 | 0.24 | 0 | 0.07 | 211.93 | 0.76 | 0.72 |
| Hex | 81 | B4 | EE | 2E | 18 | 0 | 7 | D4 | 4C | 48 |
| Octal | 201 | 264 | 356 | 56 | 30 | 0 | 7 | 324 | 114 | 110 |
| Binary | 10000001 | 10110100 | 11101110 | 101110 | 11000 | 0 | 111 | 11010100 | 1001100 | 1001000 |
Color Harmonies of #81B4EE
Complementary color
Monochromatic Colors of #81B4EE
Black with #81B4EE
Text Example
Text Example
White with #81B4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B4EE; }
p { color: rgb(129,180,238); }
H1.HeaderClassName
{
color: #81B4EE;
}
.AnyTagClassName
{
color: #81B4EE;
}
</style>
background-color css
<style>
a { background-color: #81B4EE; }
a { background-color: rgb(129,180,238); }
div.DivClassName
{
background-color: #81B4EE;
}
.BgClassName
{
background-color: #81B4EE;
}
</style>
border-color css
<style>
span { border-color: #81B4EE; }
span { border-color: rgb(129,180,238); }
td.TdClassName
{
border-color: #81B4EE;
}
.TagClassName
{
border-color: #81B4EE;
}
</style>