Shades of Jordy Blue #82ACF8
Tints of Jordy Blue #82ACF8
RGB
CMYK
RGB Variations
Color information
#82ACF8 (or 0x82ACF8) is known color: Jordy Blue. HEX triplet: 82, AC and F8. RGB value is (130,172,248). Sum of RGB (Red+Green+Blue) = 130+172+248=550 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.64% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 248 (97.27% from 255 or 45.09% from 550); Max value from RGB is 248 - color contains mainly: blue. Hex color #82ACF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82ACF8 is #7D5307. Grayscale: #A7A7A7. Windows color (decimal): -8213256 or 16297090. OLE color: 16297090.
HSL color Cylindrical-coordinate representation of color #82ACF8: hue angle of 218.64º 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 #82ACF8 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 130 | 172 | 248 | - |
| CMYK | 0.48 | 0.31 | 0 | 0.03 |
| HSL | 218.64º | 0.89% | 0.74% | - |
| HSV(B) | 218.64º | 0.48% | 0.97% | - |
| XYZ | 40.9 | 41.03 | 94.57 | - |
| YUV | 168.11 | 173.09 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 172 | 248 | 0.48 | 0.31 | 0 | 0.03 | 218.64 | 0.89 | 0.74 |
| Hex | 82 | AC | F8 | 30 | 1F | 0 | 3 | DB | 59 | 4A |
| Octal | 202 | 254 | 370 | 60 | 37 | 0 | 3 | 333 | 131 | 112 |
| Binary | 10000010 | 10101100 | 11111000 | 110000 | 11111 | 0 | 11 | 11011011 | 1011001 | 1001010 |
Color Harmonies of #82ACF8
Complementary color
Monochromatic Colors of #82ACF8
Black with #82ACF8
Text Example
Text Example
White with #82ACF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82ACF8; }
p { color: rgb(130,172,248); }
H1.HeaderClassName
{
color: #82ACF8;
}
.AnyTagClassName
{
color: #82ACF8;
}
</style>
background-color css
<style>
a { background-color: #82ACF8; }
a { background-color: rgb(130,172,248); }
div.DivClassName
{
background-color: #82ACF8;
}
.BgClassName
{
background-color: #82ACF8;
}
</style>
border-color css
<style>
span { border-color: #82ACF8; }
span { border-color: rgb(130,172,248); }
td.TdClassName
{
border-color: #82ACF8;
}
.TagClassName
{
border-color: #82ACF8;
}
</style>