Shades of Jordy Blue #81A4EA
Tints of Jordy Blue #81A4EA
RGB
CMYK
RGB Variations
Color information
#81A4EA (or 0x81A4EA) is known color: Jordy Blue. HEX triplet: 81, A4 and EA. RGB value is (129,164,234). Sum of RGB (Red+Green+Blue) = 129+164+234=527 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.48% from 527); Green value is 164 (64.45% from 255 or 31.12% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #81A4EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81A4EA is #7E5B15. Grayscale: #A1A1A1. Windows color (decimal): -8280854 or 15377537. OLE color: 15377537.
HSL color Cylindrical-coordinate representation of color #81A4EA: hue angle of 220º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81A4EA is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 164 | 234 | - |
| CMYK | 0.45 | 0.30 | 0 | 0.08 |
| HSL | 220º | 0.71% | 0.71% | - |
| HSV(B) | 220º | 0.45% | 0.92% | - |
| XYZ | 37.18 | 37.16 | 83.05 | - |
| YUV | 161.52 | 168.9 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 164 | 234 | 0.45 | 0.30 | 0 | 0.08 | 220 | 0.71 | 0.71 |
| Hex | 81 | A4 | EA | 2D | 1E | 0 | 8 | DC | 47 | 47 |
| Octal | 201 | 244 | 352 | 55 | 36 | 0 | 10 | 334 | 107 | 107 |
| Binary | 10000001 | 10100100 | 11101010 | 101101 | 11110 | 0 | 1000 | 11011100 | 1000111 | 1000111 |
Color Harmonies of #81A4EA
Complementary color
Monochromatic Colors of #81A4EA
Black with #81A4EA
Text Example
Text Example
White with #81A4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A4EA; }
p { color: rgb(129,164,234); }
H1.HeaderClassName
{
color: #81A4EA;
}
.AnyTagClassName
{
color: #81A4EA;
}
</style>
background-color css
<style>
a { background-color: #81A4EA; }
a { background-color: rgb(129,164,234); }
div.DivClassName
{
background-color: #81A4EA;
}
.BgClassName
{
background-color: #81A4EA;
}
</style>
border-color css
<style>
span { border-color: #81A4EA; }
span { border-color: rgb(129,164,234); }
td.TdClassName
{
border-color: #81A4EA;
}
.TagClassName
{
border-color: #81A4EA;
}
</style>