Shades of Jordy Blue #81AAF4
Tints of Jordy Blue #81AAF4
RGB
CMYK
RGB Variations
Color information
#81AAF4 (or 0x81AAF4) is known color: Jordy Blue. HEX triplet: 81, AA and F4. RGB value is (129,170,244). Sum of RGB (Red+Green+Blue) = 129+170+244=543 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.76% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 244 (95.70% from 255 or 44.94% from 543); Max value from RGB is 244 - color contains mainly: blue. Hex color #81AAF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81AAF4 is #7E550B. Grayscale: #A5A5A5. Windows color (decimal): -8279308 or 16034433. OLE color: 16034433.
HSL color Cylindrical-coordinate representation of color #81AAF4: hue angle of 218.61º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81AAF4 is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 170 | 244 | - |
| CMYK | 0.47 | 0.30 | 0 | 0.04 |
| HSL | 218.61º | 0.84% | 0.73% | - |
| HSV(B) | 218.61º | 0.47% | 0.96% | - |
| XYZ | 39.76 | 39.95 | 91.2 | - |
| YUV | 166.18 | 171.92 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 170 | 244 | 0.47 | 0.30 | 0 | 0.04 | 218.61 | 0.84 | 0.73 |
| Hex | 81 | AA | F4 | 2F | 1E | 0 | 4 | DB | 54 | 49 |
| Octal | 201 | 252 | 364 | 57 | 36 | 0 | 4 | 333 | 124 | 111 |
| Binary | 10000001 | 10101010 | 11110100 | 101111 | 11110 | 0 | 100 | 11011011 | 1010100 | 1001001 |
Color Harmonies of #81AAF4
Complementary color
Monochromatic Colors of #81AAF4
Black with #81AAF4
Text Example
Text Example
White with #81AAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AAF4; }
p { color: rgb(129,170,244); }
H1.HeaderClassName
{
color: #81AAF4;
}
.AnyTagClassName
{
color: #81AAF4;
}
</style>
background-color css
<style>
a { background-color: #81AAF4; }
a { background-color: rgb(129,170,244); }
div.DivClassName
{
background-color: #81AAF4;
}
.BgClassName
{
background-color: #81AAF4;
}
</style>
border-color css
<style>
span { border-color: #81AAF4; }
span { border-color: rgb(129,170,244); }
td.TdClassName
{
border-color: #81AAF4;
}
.TagClassName
{
border-color: #81AAF4;
}
</style>