Shades of Jordy Blue #81A3F8
Tints of Jordy Blue #81A3F8
RGB
CMYK
RGB Variations
Color information
#81A3F8 (or 0x81A3F8) is known color: Jordy Blue. HEX triplet: 81, A3 and F8. RGB value is (129,163,248). Sum of RGB (Red+Green+Blue) = 129+163+248=540 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.89% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 248 (97.27% from 255 or 45.93% from 540); Max value from RGB is 248 - color contains mainly: blue. Hex color #81A3F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81A3F8 is #7E5C07. Grayscale: #A2A2A2. Windows color (decimal): -8281096 or 16294785. OLE color: 16294785.
HSL color Cylindrical-coordinate representation of color #81A3F8: hue angle of 222.86º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81A3F8 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 129 | 163 | 248 | - |
| CMYK | 0.48 | 0.34 | 0 | 0.03 |
| HSL | 222.86º | 0.89% | 0.74% | - |
| HSV(B) | 222.86º | 0.48% | 0.97% | - |
| XYZ | 39.09 | 37.64 | 94.01 | - |
| YUV | 162.52 | 176.24 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 163 | 248 | 0.48 | 0.34 | 0 | 0.03 | 222.86 | 0.89 | 0.74 |
| Hex | 81 | A3 | F8 | 30 | 22 | 0 | 3 | DF | 59 | 4A |
| Octal | 201 | 243 | 370 | 60 | 42 | 0 | 3 | 337 | 131 | 112 |
| Binary | 10000001 | 10100011 | 11111000 | 110000 | 100010 | 0 | 11 | 11011111 | 1011001 | 1001010 |
Color Harmonies of #81A3F8
Complementary color
Monochromatic Colors of #81A3F8
Black with #81A3F8
Text Example
Text Example
White with #81A3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A3F8; }
p { color: rgb(129,163,248); }
H1.HeaderClassName
{
color: #81A3F8;
}
.AnyTagClassName
{
color: #81A3F8;
}
</style>
background-color css
<style>
a { background-color: #81A3F8; }
a { background-color: rgb(129,163,248); }
div.DivClassName
{
background-color: #81A3F8;
}
.BgClassName
{
background-color: #81A3F8;
}
</style>
border-color css
<style>
span { border-color: #81A3F8; }
span { border-color: rgb(129,163,248); }
td.TdClassName
{
border-color: #81A3F8;
}
.TagClassName
{
border-color: #81A3F8;
}
</style>