Shades of Jordy Blue #83ADD6
Tints of Jordy Blue #83ADD6
RGB
CMYK
RGB Variations
Color information
#83ADD6 (or 0x83ADD6) is known color: Jordy Blue. HEX triplet: 83, AD and D6. RGB value is (131,173,214). Sum of RGB (Red+Green+Blue) = 131+173+214=518 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.29% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 214 (83.98% from 255 or 41.31% from 518); Max value from RGB is 214 - color contains mainly: blue. Hex color #83ADD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ADD6 is #7C5229. Grayscale: #A4A4A4. Windows color (decimal): -8147498 or 14069123. OLE color: 14069123.
HSL color Cylindrical-coordinate representation of color #83ADD6: hue angle of 209.64º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83ADD6 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 173 | 214 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.16 |
| HSL | 209.64º | 0.5% | 0.68% | - |
| HSV(B) | 209.64º | 0.39% | 0.84% | - |
| XYZ | 36.44 | 39.57 | 69.33 | - |
| YUV | 165.12 | 155.59 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 173 | 214 | 0.39 | 0.19 | 0 | 0.16 | 209.64 | 0.5 | 0.68 |
| Hex | 83 | AD | D6 | 27 | 13 | 0 | 10 | D2 | 32 | 44 |
| Octal | 203 | 255 | 326 | 47 | 23 | 0 | 20 | 322 | 62 | 104 |
| Binary | 10000011 | 10101101 | 11010110 | 100111 | 10011 | 0 | 10000 | 11010010 | 110010 | 1000100 |
Color Harmonies of #83ADD6
Complementary color
Monochromatic Colors of #83ADD6
Black with #83ADD6
Text Example
Text Example
White with #83ADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ADD6; }
p { color: rgb(131,173,214); }
H1.HeaderClassName
{
color: #83ADD6;
}
.AnyTagClassName
{
color: #83ADD6;
}
</style>
background-color css
<style>
a { background-color: #83ADD6; }
a { background-color: rgb(131,173,214); }
div.DivClassName
{
background-color: #83ADD6;
}
.BgClassName
{
background-color: #83ADD6;
}
</style>
border-color css
<style>
span { border-color: #83ADD6; }
span { border-color: rgb(131,173,214); }
td.TdClassName
{
border-color: #83ADD6;
}
.TagClassName
{
border-color: #83ADD6;
}
</style>