Shades of Jordy Blue #83ADDF
Tints of Jordy Blue #83ADDF
RGB
CMYK
RGB Variations
Color information
#83ADDF (or 0x83ADDF) is known color: Jordy Blue. HEX triplet: 83, AD and DF. RGB value is (131,173,223). Sum of RGB (Red+Green+Blue) = 131+173+223=527 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.86% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #83ADDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ADDF is #7C5220. Grayscale: #A5A5A5. Windows color (decimal): -8147489 or 14658947. OLE color: 14658947.
HSL color Cylindrical-coordinate representation of color #83ADDF: hue angle of 212.61º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83ADDF is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 173 | 223 | - |
| CMYK | 0.41 | 0.22 | 0 | 0.13 |
| HSL | 212.61º | 0.59% | 0.69% | - |
| HSV(B) | 212.61º | 0.41% | 0.87% | - |
| XYZ | 37.62 | 40.04 | 75.56 | - |
| YUV | 166.14 | 160.09 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 173 | 223 | 0.41 | 0.22 | 0 | 0.13 | 212.61 | 0.59 | 0.69 |
| Hex | 83 | AD | DF | 29 | 16 | 0 | D | D5 | 3B | 45 |
| Octal | 203 | 255 | 337 | 51 | 26 | 0 | 15 | 325 | 73 | 105 |
| Binary | 10000011 | 10101101 | 11011111 | 101001 | 10110 | 0 | 1101 | 11010101 | 111011 | 1000101 |
Color Harmonies of #83ADDF
Complementary color
Monochromatic Colors of #83ADDF
Black with #83ADDF
Text Example
Text Example
White with #83ADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ADDF; }
p { color: rgb(131,173,223); }
H1.HeaderClassName
{
color: #83ADDF;
}
.AnyTagClassName
{
color: #83ADDF;
}
</style>
background-color css
<style>
a { background-color: #83ADDF; }
a { background-color: rgb(131,173,223); }
div.DivClassName
{
background-color: #83ADDF;
}
.BgClassName
{
background-color: #83ADDF;
}
</style>
border-color css
<style>
span { border-color: #83ADDF; }
span { border-color: rgb(131,173,223); }
td.TdClassName
{
border-color: #83ADDF;
}
.TagClassName
{
border-color: #83ADDF;
}
</style>