Shades of Jordy Blue #82AFEA
Tints of Jordy Blue #82AFEA
RGB
CMYK
RGB Variations
Color information
#82AFEA (or 0x82AFEA) is known color: Jordy Blue. HEX triplet: 82, AF and EA. RGB value is (130,175,234). Sum of RGB (Red+Green+Blue) = 130+175+234=539 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.12% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #82AFEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82AFEA is #7D5015. Grayscale: #A7A7A7. Windows color (decimal): -8212502 or 15380354. OLE color: 15380354.
HSL color Cylindrical-coordinate representation of color #82AFEA: hue angle of 214.04º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82AFEA is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 175 | 234 | - |
| CMYK | 0.44 | 0.25 | 0 | 0.08 |
| HSL | 214.04º | 0.71% | 0.71% | - |
| HSV(B) | 214.04º | 0.44% | 0.92% | - |
| XYZ | 39.39 | 41.35 | 83.75 | - |
| YUV | 168.27 | 165.09 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 175 | 234 | 0.44 | 0.25 | 0 | 0.08 | 214.04 | 0.71 | 0.71 |
| Hex | 82 | AF | EA | 2C | 19 | 0 | 8 | D6 | 47 | 47 |
| Octal | 202 | 257 | 352 | 54 | 31 | 0 | 10 | 326 | 107 | 107 |
| Binary | 10000010 | 10101111 | 11101010 | 101100 | 11001 | 0 | 1000 | 11010110 | 1000111 | 1000111 |
Color Harmonies of #82AFEA
Complementary color
Monochromatic Colors of #82AFEA
Black with #82AFEA
Text Example
Text Example
White with #82AFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AFEA; }
p { color: rgb(130,175,234); }
H1.HeaderClassName
{
color: #82AFEA;
}
.AnyTagClassName
{
color: #82AFEA;
}
</style>
background-color css
<style>
a { background-color: #82AFEA; }
a { background-color: rgb(130,175,234); }
div.DivClassName
{
background-color: #82AFEA;
}
.BgClassName
{
background-color: #82AFEA;
}
</style>
border-color css
<style>
span { border-color: #82AFEA; }
span { border-color: rgb(130,175,234); }
td.TdClassName
{
border-color: #82AFEA;
}
.TagClassName
{
border-color: #82AFEA;
}
</style>