Shades of Jordy Blue #83ADDC
Tints of Jordy Blue #83ADDC
RGB
CMYK
RGB Variations
Color information
#83ADDC (or 0x83ADDC) is known color: Jordy Blue. HEX triplet: 83, AD and DC. RGB value is (131,173,220). Sum of RGB (Red+Green+Blue) = 131+173+220=524 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #83ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ADDC is #7C5223. Grayscale: #A5A5A5. Windows color (decimal): -8147492 or 14462339. OLE color: 14462339.
HSL color Cylindrical-coordinate representation of color #83ADDC: hue angle of 211.69º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83ADDC is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 173 | 220 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.14 |
| HSL | 211.69º | 0.56% | 0.69% | - |
| HSV(B) | 211.69º | 0.4% | 0.86% | - |
| XYZ | 37.22 | 39.88 | 73.45 | - |
| YUV | 165.8 | 158.59 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 173 | 220 | 0.40 | 0.21 | 0 | 0.14 | 211.69 | 0.56 | 0.69 |
| Hex | 83 | AD | DC | 28 | 15 | 0 | E | D4 | 38 | 45 |
| Octal | 203 | 255 | 334 | 50 | 25 | 0 | 16 | 324 | 70 | 105 |
| Binary | 10000011 | 10101101 | 11011100 | 101000 | 10101 | 0 | 1110 | 11010100 | 111000 | 1000101 |
Color Harmonies of #83ADDC
Complementary color
Monochromatic Colors of #83ADDC
Black with #83ADDC
Text Example
Text Example
White with #83ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ADDC; }
p { color: rgb(131,173,220); }
H1.HeaderClassName
{
color: #83ADDC;
}
.AnyTagClassName
{
color: #83ADDC;
}
</style>
background-color css
<style>
a { background-color: #83ADDC; }
a { background-color: rgb(131,173,220); }
div.DivClassName
{
background-color: #83ADDC;
}
.BgClassName
{
background-color: #83ADDC;
}
</style>
border-color css
<style>
span { border-color: #83ADDC; }
span { border-color: rgb(131,173,220); }
td.TdClassName
{
border-color: #83ADDC;
}
.TagClassName
{
border-color: #83ADDC;
}
</style>