Shades of Jordy Blue #83AFE4
Tints of Jordy Blue #83AFE4
RGB
CMYK
RGB Variations
Color information
#83AFE4 (or 0x83AFE4) is known color: Jordy Blue. HEX triplet: 83, AF and E4. RGB value is (131,175,228). Sum of RGB (Red+Green+Blue) = 131+175+228=534 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.53% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 228 (89.45% from 255 or 42.70% from 534); Max value from RGB is 228 - color contains mainly: blue. Hex color #83AFE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AFE4 is #7C501B. Grayscale: #A7A7A7. Windows color (decimal): -8146972 or 14987139. OLE color: 14987139.
HSL color Cylindrical-coordinate representation of color #83AFE4: hue angle of 212.78º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83AFE4 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 131 | 175 | 228 | - |
| CMYK | 0.43 | 0.23 | 0 | 0.11 |
| HSL | 212.78º | 0.64% | 0.7% | - |
| HSV(B) | 212.78º | 0.43% | 0.89% | - |
| XYZ | 38.69 | 41.09 | 79.29 | - |
| YUV | 167.89 | 161.92 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 175 | 228 | 0.43 | 0.23 | 0 | 0.11 | 212.78 | 0.64 | 0.7 |
| Hex | 83 | AF | E4 | 2B | 17 | 0 | B | D5 | 40 | 46 |
| Octal | 203 | 257 | 344 | 53 | 27 | 0 | 13 | 325 | 100 | 106 |
| Binary | 10000011 | 10101111 | 11100100 | 101011 | 10111 | 0 | 1011 | 11010101 | 1000000 | 1000110 |
Color Harmonies of #83AFE4
Complementary color
Monochromatic Colors of #83AFE4
Black with #83AFE4
Text Example
Text Example
White with #83AFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AFE4; }
p { color: rgb(131,175,228); }
H1.HeaderClassName
{
color: #83AFE4;
}
.AnyTagClassName
{
color: #83AFE4;
}
</style>
background-color css
<style>
a { background-color: #83AFE4; }
a { background-color: rgb(131,175,228); }
div.DivClassName
{
background-color: #83AFE4;
}
.BgClassName
{
background-color: #83AFE4;
}
</style>
border-color css
<style>
span { border-color: #83AFE4; }
span { border-color: rgb(131,175,228); }
td.TdClassName
{
border-color: #83AFE4;
}
.TagClassName
{
border-color: #83AFE4;
}
</style>