Shades of Jordy Blue #83ADF7
Tints of Jordy Blue #83ADF7
RGB
CMYK
RGB Variations
Color information
#83ADF7 (or 0x83ADF7) is known color: Jordy Blue. HEX triplet: 83, AD and F7. RGB value is (131,173,247). Sum of RGB (Red+Green+Blue) = 131+173+247=551 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.77% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 247 (96.88% from 255 or 44.83% from 551); Max value from RGB is 247 - color contains mainly: blue. Hex color #83ADF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83ADF7 is #7C5208. Grayscale: #A8A8A8. Windows color (decimal): -8147465 or 16231811. OLE color: 16231811.
HSL color Cylindrical-coordinate representation of color #83ADF7: hue angle of 218.28º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83ADF7 is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 131 | 173 | 247 | - |
| CMYK | 0.47 | 0.30 | 0 | 0.03 |
| HSL | 218.28º | 0.88% | 0.74% | - |
| HSV(B) | 218.28º | 0.47% | 0.97% | - |
| XYZ | 41.09 | 41.43 | 93.83 | - |
| YUV | 168.88 | 172.09 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 173 | 247 | 0.47 | 0.30 | 0 | 0.03 | 218.28 | 0.88 | 0.74 |
| Hex | 83 | AD | F7 | 2F | 1E | 0 | 3 | DA | 58 | 4A |
| Octal | 203 | 255 | 367 | 57 | 36 | 0 | 3 | 332 | 130 | 112 |
| Binary | 10000011 | 10101101 | 11110111 | 101111 | 11110 | 0 | 11 | 11011010 | 1011000 | 1001010 |
Color Harmonies of #83ADF7
Complementary color
Monochromatic Colors of #83ADF7
Black with #83ADF7
Text Example
Text Example
White with #83ADF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ADF7; }
p { color: rgb(131,173,247); }
H1.HeaderClassName
{
color: #83ADF7;
}
.AnyTagClassName
{
color: #83ADF7;
}
</style>
background-color css
<style>
a { background-color: #83ADF7; }
a { background-color: rgb(131,173,247); }
div.DivClassName
{
background-color: #83ADF7;
}
.BgClassName
{
background-color: #83ADF7;
}
</style>
border-color css
<style>
span { border-color: #83ADF7; }
span { border-color: rgb(131,173,247); }
td.TdClassName
{
border-color: #83ADF7;
}
.TagClassName
{
border-color: #83ADF7;
}
</style>