Shades of Jordy Blue #81AAFC
Tints of Jordy Blue #81AAFC
RGB
CMYK
RGB Variations
Color information
#81AAFC (or 0x81AAFC) is known color: Jordy Blue. HEX triplet: 81, AA and FC. RGB value is (129,170,252). Sum of RGB (Red+Green+Blue) = 129+170+252=551 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.41% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #81AAFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81AAFC is #7E5503. Grayscale: #A6A6A6. Windows color (decimal): -8279300 or 16558721. OLE color: 16558721.
HSL color Cylindrical-coordinate representation of color #81AAFC: hue angle of 220º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81AAFC is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 170 | 252 | - |
| CMYK | 0.49 | 0.33 | 0 | 0.01 |
| HSL | 220º | 0.95% | 0.75% | - |
| HSV(B) | 220º | 0.49% | 0.99% | - |
| XYZ | 41 | 40.44 | 97.74 | - |
| YUV | 167.09 | 175.92 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 170 | 252 | 0.49 | 0.33 | 0 | 0.01 | 220 | 0.95 | 0.75 |
| Hex | 81 | AA | FC | 31 | 21 | 0 | 1 | DC | 5F | 4B |
| Octal | 201 | 252 | 374 | 61 | 41 | 0 | 1 | 334 | 137 | 113 |
| Binary | 10000001 | 10101010 | 11111100 | 110001 | 100001 | 0 | 1 | 11011100 | 1011111 | 1001011 |
Color Harmonies of #81AAFC
Complementary color
Monochromatic Colors of #81AAFC
Black with #81AAFC
Text Example
Text Example
White with #81AAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AAFC; }
p { color: rgb(129,170,252); }
H1.HeaderClassName
{
color: #81AAFC;
}
.AnyTagClassName
{
color: #81AAFC;
}
</style>
background-color css
<style>
a { background-color: #81AAFC; }
a { background-color: rgb(129,170,252); }
div.DivClassName
{
background-color: #81AAFC;
}
.BgClassName
{
background-color: #81AAFC;
}
</style>
border-color css
<style>
span { border-color: #81AAFC; }
span { border-color: rgb(129,170,252); }
td.TdClassName
{
border-color: #81AAFC;
}
.TagClassName
{
border-color: #81AAFC;
}
</style>