Shades of Jordy Blue #82A1DF
Tints of Jordy Blue #82A1DF
RGB
CMYK
RGB Variations
Color information
#82A1DF (or 0x82A1DF) is known color: Jordy Blue. HEX triplet: 82, A1 and DF. RGB value is (130,161,223). Sum of RGB (Red+Green+Blue) = 130+161+223=514 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.29% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #82A1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A1DF is #7D5E20. Grayscale: #9E9E9E. Windows color (decimal): -8216097 or 14655874. OLE color: 14655874.
HSL color Cylindrical-coordinate representation of color #82A1DF: hue angle of 220º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82A1DF is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 161 | 223 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.13 |
| HSL | 220º | 0.59% | 0.69% | - |
| HSV(B) | 220º | 0.42% | 0.87% | - |
| XYZ | 35.27 | 35.56 | 74.82 | - |
| YUV | 158.8 | 164.23 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 161 | 223 | 0.42 | 0.28 | 0 | 0.13 | 220 | 0.59 | 0.69 |
| Hex | 82 | A1 | DF | 2A | 1C | 0 | D | DC | 3B | 45 |
| Octal | 202 | 241 | 337 | 52 | 34 | 0 | 15 | 334 | 73 | 105 |
| Binary | 10000010 | 10100001 | 11011111 | 101010 | 11100 | 0 | 1101 | 11011100 | 111011 | 1000101 |
Color Harmonies of #82A1DF
Complementary color
Monochromatic Colors of #82A1DF
Black with #82A1DF
Text Example
Text Example
White with #82A1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A1DF; }
p { color: rgb(130,161,223); }
H1.HeaderClassName
{
color: #82A1DF;
}
.AnyTagClassName
{
color: #82A1DF;
}
</style>
background-color css
<style>
a { background-color: #82A1DF; }
a { background-color: rgb(130,161,223); }
div.DivClassName
{
background-color: #82A1DF;
}
.BgClassName
{
background-color: #82A1DF;
}
</style>
border-color css
<style>
span { border-color: #82A1DF; }
span { border-color: rgb(130,161,223); }
td.TdClassName
{
border-color: #82A1DF;
}
.TagClassName
{
border-color: #82A1DF;
}
</style>