Shades of Jordy Blue #82ACF3
Tints of Jordy Blue #82ACF3
RGB
CMYK
RGB Variations
Color information
#82ACF3 (or 0x82ACF3) is known color: Jordy Blue. HEX triplet: 82, AC and F3. RGB value is (130,172,243). Sum of RGB (Red+Green+Blue) = 130+172+243=545 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.85% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 243 (95.31% from 255 or 44.59% from 545); Max value from RGB is 243 - color contains mainly: blue. Hex color #82ACF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82ACF3 is #7D530C. Grayscale: #A7A7A7. Windows color (decimal): -8213261 or 15969410. OLE color: 15969410.
HSL color Cylindrical-coordinate representation of color #82ACF3: hue angle of 217.7º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82ACF3 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 172 | 243 | - |
| CMYK | 0.47 | 0.29 | 0 | 0.05 |
| HSL | 217.7º | 0.82% | 0.73% | - |
| HSV(B) | 217.7º | 0.47% | 0.95% | - |
| XYZ | 40.14 | 40.72 | 90.54 | - |
| YUV | 167.54 | 170.59 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 172 | 243 | 0.47 | 0.29 | 0 | 0.05 | 217.7 | 0.82 | 0.73 |
| Hex | 82 | AC | F3 | 2F | 1D | 0 | 5 | DA | 52 | 49 |
| Octal | 202 | 254 | 363 | 57 | 35 | 0 | 5 | 332 | 122 | 111 |
| Binary | 10000010 | 10101100 | 11110011 | 101111 | 11101 | 0 | 101 | 11011010 | 1010010 | 1001001 |
Color Harmonies of #82ACF3
Complementary color
Monochromatic Colors of #82ACF3
Black with #82ACF3
Text Example
Text Example
White with #82ACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82ACF3; }
p { color: rgb(130,172,243); }
H1.HeaderClassName
{
color: #82ACF3;
}
.AnyTagClassName
{
color: #82ACF3;
}
</style>
background-color css
<style>
a { background-color: #82ACF3; }
a { background-color: rgb(130,172,243); }
div.DivClassName
{
background-color: #82ACF3;
}
.BgClassName
{
background-color: #82ACF3;
}
</style>
border-color css
<style>
span { border-color: #82ACF3; }
span { border-color: rgb(130,172,243); }
td.TdClassName
{
border-color: #82ACF3;
}
.TagClassName
{
border-color: #82ACF3;
}
</style>