Shades of Jordy Blue #82ACF6
Tints of Jordy Blue #82ACF6
RGB
CMYK
RGB Variations
Color information
#82ACF6 (or 0x82ACF6) is known color: Jordy Blue. HEX triplet: 82, AC and F6. RGB value is (130,172,246). Sum of RGB (Red+Green+Blue) = 130+172+246=548 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.72% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 246 (96.48% from 255 or 44.89% from 548); Max value from RGB is 246 - color contains mainly: blue. Hex color #82ACF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82ACF6 is #7D5309. Grayscale: #A7A7A7. Windows color (decimal): -8213258 or 16166018. OLE color: 16166018.
HSL color Cylindrical-coordinate representation of color #82ACF6: hue angle of 218.28º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82ACF6 is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 130 | 172 | 246 | - |
| CMYK | 0.47 | 0.30 | 0 | 0.04 |
| HSL | 218.28º | 0.87% | 0.74% | - |
| HSV(B) | 218.28º | 0.47% | 0.96% | - |
| XYZ | 40.59 | 40.9 | 92.94 | - |
| YUV | 167.88 | 172.09 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 172 | 246 | 0.47 | 0.30 | 0 | 0.04 | 218.28 | 0.87 | 0.74 |
| Hex | 82 | AC | F6 | 2F | 1E | 0 | 4 | DA | 57 | 4A |
| Octal | 202 | 254 | 366 | 57 | 36 | 0 | 4 | 332 | 127 | 112 |
| Binary | 10000010 | 10101100 | 11110110 | 101111 | 11110 | 0 | 100 | 11011010 | 1010111 | 1001010 |
Color Harmonies of #82ACF6
Complementary color
Monochromatic Colors of #82ACF6
Black with #82ACF6
Text Example
Text Example
White with #82ACF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82ACF6; }
p { color: rgb(130,172,246); }
H1.HeaderClassName
{
color: #82ACF6;
}
.AnyTagClassName
{
color: #82ACF6;
}
</style>
background-color css
<style>
a { background-color: #82ACF6; }
a { background-color: rgb(130,172,246); }
div.DivClassName
{
background-color: #82ACF6;
}
.BgClassName
{
background-color: #82ACF6;
}
</style>
border-color css
<style>
span { border-color: #82ACF6; }
span { border-color: rgb(130,172,246); }
td.TdClassName
{
border-color: #82ACF6;
}
.TagClassName
{
border-color: #82ACF6;
}
</style>