Shades of Jordy Blue #83A8DA
Tints of Jordy Blue #83A8DA
RGB
CMYK
RGB Variations
Color information
#83A8DA (or 0x83A8DA) is known color: Jordy Blue. HEX triplet: 83, A8 and DA. RGB value is (131,168,218). Sum of RGB (Red+Green+Blue) = 131+168+218=517 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.34% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #83A8DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A8DA is #7C5725. Grayscale: #A2A2A2. Windows color (decimal): -8148774 or 14329987. OLE color: 14329987.
HSL color Cylindrical-coordinate representation of color #83A8DA: hue angle of 214.48º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83A8DA is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 168 | 218 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.15 |
| HSL | 214.48º | 0.54% | 0.68% | - |
| HSV(B) | 214.48º | 0.4% | 0.85% | - |
| XYZ | 36.02 | 37.89 | 71.75 | - |
| YUV | 162.64 | 159.24 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 168 | 218 | 0.40 | 0.23 | 0 | 0.15 | 214.48 | 0.54 | 0.68 |
| Hex | 83 | A8 | DA | 28 | 17 | 0 | F | D6 | 36 | 44 |
| Octal | 203 | 250 | 332 | 50 | 27 | 0 | 17 | 326 | 66 | 104 |
| Binary | 10000011 | 10101000 | 11011010 | 101000 | 10111 | 0 | 1111 | 11010110 | 110110 | 1000100 |
Color Harmonies of #83A8DA
Complementary color
Monochromatic Colors of #83A8DA
Black with #83A8DA
Text Example
Text Example
White with #83A8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A8DA; }
p { color: rgb(131,168,218); }
H1.HeaderClassName
{
color: #83A8DA;
}
.AnyTagClassName
{
color: #83A8DA;
}
</style>
background-color css
<style>
a { background-color: #83A8DA; }
a { background-color: rgb(131,168,218); }
div.DivClassName
{
background-color: #83A8DA;
}
.BgClassName
{
background-color: #83A8DA;
}
</style>
border-color css
<style>
span { border-color: #83A8DA; }
span { border-color: rgb(131,168,218); }
td.TdClassName
{
border-color: #83A8DA;
}
.TagClassName
{
border-color: #83A8DA;
}
</style>