Shades of Jordy Blue #83ABFF
Tints of Jordy Blue #83ABFF
RGB
CMYK
RGB Variations
Color information
#83ABFF (or 0x83ABFF) is known color: Jordy Blue. HEX triplet: 83, AB and FF. RGB value is (131,171,255). Sum of RGB (Red+Green+Blue) = 131+171+255=557 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.52% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #83ABFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83ABFF is #7C5400. Grayscale: #A8A8A8. Windows color (decimal): -8147969 or 16755587. OLE color: 16755587.
HSL color Cylindrical-coordinate representation of color #83ABFF: hue angle of 220.65º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83ABFF is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 171 | 255 | - |
| CMYK | 0.49 | 0.33 | 0 | 0 |
| HSL | 220.65º | 1% | 0.76% | - |
| HSV(B) | 220.65º | 0.49% | 1% | - |
| XYZ | 41.97 | 41.17 | 100.34 | - |
| YUV | 168.62 | 176.75 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 171 | 255 | 0.49 | 0.33 | 0 | 0 | 220.65 | 1 | 0.76 |
| Hex | 83 | AB | FF | 31 | 21 | 0 | 0 | DD | 64 | 4C |
| Octal | 203 | 253 | 377 | 61 | 41 | 0 | 0 | 335 | 144 | 114 |
| Binary | 10000011 | 10101011 | 11111111 | 110001 | 100001 | 0 | 0 | 11011101 | 1100100 | 1001100 |
Color Harmonies of #83ABFF
Complementary color
Monochromatic Colors of #83ABFF
Black with #83ABFF
Text Example
Text Example
White with #83ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ABFF; }
p { color: rgb(131,171,255); }
H1.HeaderClassName
{
color: #83ABFF;
}
.AnyTagClassName
{
color: #83ABFF;
}
</style>
background-color css
<style>
a { background-color: #83ABFF; }
a { background-color: rgb(131,171,255); }
div.DivClassName
{
background-color: #83ABFF;
}
.BgClassName
{
background-color: #83ABFF;
}
</style>
border-color css
<style>
span { border-color: #83ABFF; }
span { border-color: rgb(131,171,255); }
td.TdClassName
{
border-color: #83ABFF;
}
.TagClassName
{
border-color: #83ABFF;
}
</style>