Shades of Jordy Blue #81AFE9
Tints of Jordy Blue #81AFE9
RGB
CMYK
RGB Variations
Color information
#81AFE9 (or 0x81AFE9) is known color: Jordy Blue. HEX triplet: 81, AF and E9. RGB value is (129,175,233). Sum of RGB (Red+Green+Blue) = 129+175+233=537 (71% of max value = 765). Red value is 129 (50.78% from 255 or 24.02% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 233 (91.41% from 255 or 43.39% from 537); Max value from RGB is 233 - color contains mainly: blue. Hex color #81AFE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81AFE9 is #7E5016. Grayscale: #A7A7A7. Windows color (decimal): -8278039 or 15314817. OLE color: 15314817.
HSL color Cylindrical-coordinate representation of color #81AFE9: hue angle of 213.46º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81AFE9 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 129 | 175 | 233 | - |
| CMYK | 0.45 | 0.25 | 0 | 0.09 |
| HSL | 213.46º | 0.7% | 0.71% | - |
| HSV(B) | 213.46º | 0.45% | 0.91% | - |
| XYZ | 39.09 | 41.21 | 82.98 | - |
| YUV | 167.86 | 164.76 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 175 | 233 | 0.45 | 0.25 | 0 | 0.09 | 213.46 | 0.7 | 0.71 |
| Hex | 81 | AF | E9 | 2D | 19 | 0 | 9 | D5 | 46 | 47 |
| Octal | 201 | 257 | 351 | 55 | 31 | 0 | 11 | 325 | 106 | 107 |
| Binary | 10000001 | 10101111 | 11101001 | 101101 | 11001 | 0 | 1001 | 11010101 | 1000110 | 1000111 |
Color Harmonies of #81AFE9
Complementary color
Monochromatic Colors of #81AFE9
Black with #81AFE9
Text Example
Text Example
White with #81AFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AFE9; }
p { color: rgb(129,175,233); }
H1.HeaderClassName
{
color: #81AFE9;
}
.AnyTagClassName
{
color: #81AFE9;
}
</style>
background-color css
<style>
a { background-color: #81AFE9; }
a { background-color: rgb(129,175,233); }
div.DivClassName
{
background-color: #81AFE9;
}
.BgClassName
{
background-color: #81AFE9;
}
</style>
border-color css
<style>
span { border-color: #81AFE9; }
span { border-color: rgb(129,175,233); }
td.TdClassName
{
border-color: #81AFE9;
}
.TagClassName
{
border-color: #81AFE9;
}
</style>