Shades of Jordy Blue #83AAF8
Tints of Jordy Blue #83AAF8
RGB
CMYK
RGB Variations
Color information
#83AAF8 (or 0x83AAF8) is known color: Jordy Blue. HEX triplet: 83, AA and F8. RGB value is (131,170,248). Sum of RGB (Red+Green+Blue) = 131+170+248=549 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.86% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 248 (97.27% from 255 or 45.17% from 549); Max value from RGB is 248 - color contains mainly: blue. Hex color #83AAF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83AAF8 is #7C5507. Grayscale: #A6A6A6. Windows color (decimal): -8148232 or 16296579. OLE color: 16296579.
HSL color Cylindrical-coordinate representation of color #83AAF8: hue angle of 220º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83AAF8 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 131 | 170 | 248 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.03 |
| HSL | 220º | 0.89% | 0.74% | - |
| HSV(B) | 220º | 0.47% | 0.97% | - |
| XYZ | 40.68 | 40.35 | 94.45 | - |
| YUV | 167.23 | 173.58 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 170 | 248 | 0.47 | 0.31 | 0 | 0.03 | 220 | 0.89 | 0.74 |
| Hex | 83 | AA | F8 | 2F | 1F | 0 | 3 | DC | 59 | 4A |
| Octal | 203 | 252 | 370 | 57 | 37 | 0 | 3 | 334 | 131 | 112 |
| Binary | 10000011 | 10101010 | 11111000 | 101111 | 11111 | 0 | 11 | 11011100 | 1011001 | 1001010 |
Color Harmonies of #83AAF8
Complementary color
Monochromatic Colors of #83AAF8
Black with #83AAF8
Text Example
Text Example
White with #83AAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AAF8; }
p { color: rgb(131,170,248); }
H1.HeaderClassName
{
color: #83AAF8;
}
.AnyTagClassName
{
color: #83AAF8;
}
</style>
background-color css
<style>
a { background-color: #83AAF8; }
a { background-color: rgb(131,170,248); }
div.DivClassName
{
background-color: #83AAF8;
}
.BgClassName
{
background-color: #83AAF8;
}
</style>
border-color css
<style>
span { border-color: #83AAF8; }
span { border-color: rgb(131,170,248); }
td.TdClassName
{
border-color: #83AAF8;
}
.TagClassName
{
border-color: #83AAF8;
}
</style>