Shades of Jordy Blue #82A1FB
Tints of Jordy Blue #82A1FB
RGB
CMYK
RGB Variations
Color information
#82A1FB (or 0x82A1FB) is known color: Jordy Blue. HEX triplet: 82, A1 and FB. RGB value is (130,161,251). Sum of RGB (Red+Green+Blue) = 130+161+251=542 (71% of max value = 765). Red value is 130 (51.17% from 255 or 23.99% from 542); Green value is 161 (63.28% from 255 or 29.70% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #82A1FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82A1FB is #7D5E04. Grayscale: #A1A1A1. Windows color (decimal): -8216069 or 16490882. OLE color: 16490882.
HSL color Cylindrical-coordinate representation of color #82A1FB: hue angle of 224.63º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82A1FB is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 161 | 251 | - |
| CMYK | 0.48 | 0.36 | 0 | 0.02 |
| HSL | 224.63º | 0.94% | 0.75% | - |
| HSV(B) | 224.63º | 0.48% | 0.98% | - |
| XYZ | 39.36 | 37.2 | 96.37 | - |
| YUV | 161.99 | 178.23 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 161 | 251 | 0.48 | 0.36 | 0 | 0.02 | 224.63 | 0.94 | 0.75 |
| Hex | 82 | A1 | FB | 30 | 24 | 0 | 2 | E1 | 5E | 4B |
| Octal | 202 | 241 | 373 | 60 | 44 | 0 | 2 | 341 | 136 | 113 |
| Binary | 10000010 | 10100001 | 11111011 | 110000 | 100100 | 0 | 10 | 11100001 | 1011110 | 1001011 |
Color Harmonies of #82A1FB
Complementary color
Monochromatic Colors of #82A1FB
Black with #82A1FB
Text Example
Text Example
White with #82A1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A1FB; }
p { color: rgb(130,161,251); }
H1.HeaderClassName
{
color: #82A1FB;
}
.AnyTagClassName
{
color: #82A1FB;
}
</style>
background-color css
<style>
a { background-color: #82A1FB; }
a { background-color: rgb(130,161,251); }
div.DivClassName
{
background-color: #82A1FB;
}
.BgClassName
{
background-color: #82A1FB;
}
</style>
border-color css
<style>
span { border-color: #82A1FB; }
span { border-color: rgb(130,161,251); }
td.TdClassName
{
border-color: #82A1FB;
}
.TagClassName
{
border-color: #82A1FB;
}
</style>