Shades of Jordy Blue #83ADDA
Tints of Jordy Blue #83ADDA
RGB
CMYK
RGB Variations
Color information
#83ADDA (or 0x83ADDA) is known color: Jordy Blue. HEX triplet: 83, AD and DA. RGB value is (131,173,218). Sum of RGB (Red+Green+Blue) = 131+173+218=522 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.10% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #83ADDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ADDA is #7C5225. Grayscale: #A5A5A5. Windows color (decimal): -8147494 or 14331267. OLE color: 14331267.
HSL color Cylindrical-coordinate representation of color #83ADDA: hue angle of 211.03º 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 #83ADDA is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 173 | 218 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.15 |
| HSL | 211.03º | 0.54% | 0.68% | - |
| HSV(B) | 211.03º | 0.4% | 0.85% | - |
| XYZ | 36.96 | 39.77 | 72.06 | - |
| YUV | 165.57 | 157.59 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 173 | 218 | 0.40 | 0.21 | 0 | 0.15 | 211.03 | 0.54 | 0.68 |
| Hex | 83 | AD | DA | 28 | 15 | 0 | F | D3 | 36 | 44 |
| Octal | 203 | 255 | 332 | 50 | 25 | 0 | 17 | 323 | 66 | 104 |
| Binary | 10000011 | 10101101 | 11011010 | 101000 | 10101 | 0 | 1111 | 11010011 | 110110 | 1000100 |
Color Harmonies of #83ADDA
Complementary color
Monochromatic Colors of #83ADDA
Black with #83ADDA
Text Example
Text Example
White with #83ADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ADDA; }
p { color: rgb(131,173,218); }
H1.HeaderClassName
{
color: #83ADDA;
}
.AnyTagClassName
{
color: #83ADDA;
}
</style>
background-color css
<style>
a { background-color: #83ADDA; }
a { background-color: rgb(131,173,218); }
div.DivClassName
{
background-color: #83ADDA;
}
.BgClassName
{
background-color: #83ADDA;
}
</style>
border-color css
<style>
span { border-color: #83ADDA; }
span { border-color: rgb(131,173,218); }
td.TdClassName
{
border-color: #83ADDA;
}
.TagClassName
{
border-color: #83ADDA;
}
</style>