Shades of Jordy Blue #83AFE3
Tints of Jordy Blue #83AFE3
RGB
CMYK
RGB Variations
Color information
#83AFE3 (or 0x83AFE3) is known color: Jordy Blue. HEX triplet: 83, AF and E3. RGB value is (131,175,227). Sum of RGB (Red+Green+Blue) = 131+175+227=533 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.58% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 227 (89.06% from 255 or 42.59% from 533); Max value from RGB is 227 - color contains mainly: blue. Hex color #83AFE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AFE3 is #7C501C. Grayscale: #A7A7A7. Windows color (decimal): -8146973 or 14921603. OLE color: 14921603.
HSL color Cylindrical-coordinate representation of color #83AFE3: hue angle of 212.5º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83AFE3 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 131 | 175 | 227 | - |
| CMYK | 0.42 | 0.23 | 0 | 0.11 |
| HSL | 212.5º | 0.63% | 0.7% | - |
| HSV(B) | 212.5º | 0.42% | 0.89% | - |
| XYZ | 38.56 | 41.03 | 78.56 | - |
| YUV | 167.77 | 161.42 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 175 | 227 | 0.42 | 0.23 | 0 | 0.11 | 212.5 | 0.63 | 0.7 |
| Hex | 83 | AF | E3 | 2A | 17 | 0 | B | D4 | 3F | 46 |
| Octal | 203 | 257 | 343 | 52 | 27 | 0 | 13 | 324 | 77 | 106 |
| Binary | 10000011 | 10101111 | 11100011 | 101010 | 10111 | 0 | 1011 | 11010100 | 111111 | 1000110 |
Color Harmonies of #83AFE3
Complementary color
Monochromatic Colors of #83AFE3
Black with #83AFE3
Text Example
Text Example
White with #83AFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AFE3; }
p { color: rgb(131,175,227); }
H1.HeaderClassName
{
color: #83AFE3;
}
.AnyTagClassName
{
color: #83AFE3;
}
</style>
background-color css
<style>
a { background-color: #83AFE3; }
a { background-color: rgb(131,175,227); }
div.DivClassName
{
background-color: #83AFE3;
}
.BgClassName
{
background-color: #83AFE3;
}
</style>
border-color css
<style>
span { border-color: #83AFE3; }
span { border-color: rgb(131,175,227); }
td.TdClassName
{
border-color: #83AFE3;
}
.TagClassName
{
border-color: #83AFE3;
}
</style>