Shades of Jordy Blue #83AEE0
Tints of Jordy Blue #83AEE0
RGB
CMYK
RGB Variations
Color information
#83AEE0 (or 0x83AEE0) is known color: Jordy Blue. HEX triplet: 83, AE and E0. RGB value is (131,174,224). Sum of RGB (Red+Green+Blue) = 131+174+224=529 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.76% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 224 - color contains mainly: blue. Hex color #83AEE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AEE0 is #7C511F. Grayscale: #A6A6A6. Windows color (decimal): -8147232 or 14724739. OLE color: 14724739.
HSL color Cylindrical-coordinate representation of color #83AEE0: hue angle of 212.26º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83AEE0 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 131 | 174 | 224 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.12 |
| HSL | 212.26º | 0.6% | 0.7% | - |
| HSV(B) | 212.26º | 0.42% | 0.88% | - |
| XYZ | 37.95 | 40.48 | 76.33 | - |
| YUV | 166.84 | 160.25 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 174 | 224 | 0.42 | 0.22 | 0 | 0.12 | 212.26 | 0.6 | 0.7 |
| Hex | 83 | AE | E0 | 2A | 16 | 0 | C | D4 | 3C | 46 |
| Octal | 203 | 256 | 340 | 52 | 26 | 0 | 14 | 324 | 74 | 106 |
| Binary | 10000011 | 10101110 | 11100000 | 101010 | 10110 | 0 | 1100 | 11010100 | 111100 | 1000110 |
Color Harmonies of #83AEE0
Complementary color
Monochromatic Colors of #83AEE0
Black with #83AEE0
Text Example
Text Example
White with #83AEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AEE0; }
p { color: rgb(131,174,224); }
H1.HeaderClassName
{
color: #83AEE0;
}
.AnyTagClassName
{
color: #83AEE0;
}
</style>
background-color css
<style>
a { background-color: #83AEE0; }
a { background-color: rgb(131,174,224); }
div.DivClassName
{
background-color: #83AEE0;
}
.BgClassName
{
background-color: #83AEE0;
}
</style>
border-color css
<style>
span { border-color: #83AEE0; }
span { border-color: rgb(131,174,224); }
td.TdClassName
{
border-color: #83AEE0;
}
.TagClassName
{
border-color: #83AEE0;
}
</style>