Shades of Jordy Blue #81A2FF
Tints of Jordy Blue #81A2FF
RGB
CMYK
RGB Variations
Color information
#81A2FF (or 0x81A2FF) is known color: Jordy Blue. HEX triplet: 81, A2 and FF. RGB value is (129,162,255). Sum of RGB (Red+Green+Blue) = 129+162+255=546 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.63% from 546); Green value is 162 (63.67% from 255 or 29.67% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #81A2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81A2FF is #7E5D00. Grayscale: #A2A2A2. Windows color (decimal): -8281345 or 16753281. OLE color: 16753281.
HSL color Cylindrical-coordinate representation of color #81A2FF: hue angle of 224.29º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81A2FF is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 162 | 255 | - |
| CMYK | 0.49 | 0.36 | 0 | 0 |
| HSL | 224.29º | 1% | 0.75% | - |
| HSV(B) | 224.29º | 0.49% | 1% | - |
| XYZ | 40.02 | 37.73 | 99.78 | - |
| YUV | 162.74 | 180.07 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 162 | 255 | 0.49 | 0.36 | 0 | 0 | 224.29 | 1 | 0.75 |
| Hex | 81 | A2 | FF | 31 | 24 | 0 | 0 | E0 | 64 | 4B |
| Octal | 201 | 242 | 377 | 61 | 44 | 0 | 0 | 340 | 144 | 113 |
| Binary | 10000001 | 10100010 | 11111111 | 110001 | 100100 | 0 | 0 | 11100000 | 1100100 | 1001011 |
Color Harmonies of #81A2FF
Complementary color
Monochromatic Colors of #81A2FF
Black with #81A2FF
Text Example
Text Example
White with #81A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A2FF; }
p { color: rgb(129,162,255); }
H1.HeaderClassName
{
color: #81A2FF;
}
.AnyTagClassName
{
color: #81A2FF;
}
</style>
background-color css
<style>
a { background-color: #81A2FF; }
a { background-color: rgb(129,162,255); }
div.DivClassName
{
background-color: #81A2FF;
}
.BgClassName
{
background-color: #81A2FF;
}
</style>
border-color css
<style>
span { border-color: #81A2FF; }
span { border-color: rgb(129,162,255); }
td.TdClassName
{
border-color: #81A2FF;
}
.TagClassName
{
border-color: #81A2FF;
}
</style>