Shades of Jordy Blue #83ACFF
Tints of Jordy Blue #83ACFF
RGB
CMYK
RGB Variations
Color information
#83ACFF (or 0x83ACFF) is known color: Jordy Blue. HEX triplet: 83, AC and FF. RGB value is (131,172,255). Sum of RGB (Red+Green+Blue) = 131+172+255=558 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.48% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #83ACFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83ACFF is #7C5300. Grayscale: #A8A8A8. Windows color (decimal): -8147713 or 16755843. OLE color: 16755843.
HSL color Cylindrical-coordinate representation of color #83ACFF: hue angle of 220.16º 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 #83ACFF is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 172 | 255 | - |
| CMYK | 0.49 | 0.33 | 0 | 0 |
| HSL | 220.16º | 1% | 0.76% | - |
| HSV(B) | 220.16º | 0.49% | 1% | - |
| XYZ | 42.16 | 41.55 | 100.41 | - |
| YUV | 169.2 | 176.42 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 172 | 255 | 0.49 | 0.33 | 0 | 0 | 220.16 | 1 | 0.76 |
| Hex | 83 | AC | FF | 31 | 21 | 0 | 0 | DC | 64 | 4C |
| Octal | 203 | 254 | 377 | 61 | 41 | 0 | 0 | 334 | 144 | 114 |
| Binary | 10000011 | 10101100 | 11111111 | 110001 | 100001 | 0 | 0 | 11011100 | 1100100 | 1001100 |
Color Harmonies of #83ACFF
Complementary color
Monochromatic Colors of #83ACFF
Black with #83ACFF
Text Example
Text Example
White with #83ACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ACFF; }
p { color: rgb(131,172,255); }
H1.HeaderClassName
{
color: #83ACFF;
}
.AnyTagClassName
{
color: #83ACFF;
}
</style>
background-color css
<style>
a { background-color: #83ACFF; }
a { background-color: rgb(131,172,255); }
div.DivClassName
{
background-color: #83ACFF;
}
.BgClassName
{
background-color: #83ACFF;
}
</style>
border-color css
<style>
span { border-color: #83ACFF; }
span { border-color: rgb(131,172,255); }
td.TdClassName
{
border-color: #83ACFF;
}
.TagClassName
{
border-color: #83ACFF;
}
</style>