Shades of Jordy Blue #80A3FF
Tints of Jordy Blue #80A3FF
RGB
CMYK
RGB Variations
Color information
#80A3FF (or 0x80A3FF) is known color: Jordy Blue. HEX triplet: 80, A3 and FF. RGB value is (128,163,255). Sum of RGB (Red+Green+Blue) = 128+163+255=546 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.44% from 546); Green value is 163 (64.06% from 255 or 29.85% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #80A3FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A3FF is #7F5C00. Grayscale: #A2A2A2. Windows color (decimal): -8346625 or 16753536. OLE color: 16753536.
HSL color Cylindrical-coordinate representation of color #80A3FF: hue angle of 223.46º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80A3FF is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 163 | 255 | - |
| CMYK | 0.50 | 0.36 | 0 | 0 |
| HSL | 223.46º | 1% | 0.75% | - |
| HSV(B) | 223.46º | 0.5% | 1% | - |
| XYZ | 40.05 | 38 | 99.83 | - |
| YUV | 163.02 | 179.9 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 163 | 255 | 0.50 | 0.36 | 0 | 0 | 223.46 | 1 | 0.75 |
| Hex | 80 | A3 | FF | 32 | 24 | 0 | 0 | DF | 64 | 4B |
| Octal | 200 | 243 | 377 | 62 | 44 | 0 | 0 | 337 | 144 | 113 |
| Binary | 10000000 | 10100011 | 11111111 | 110010 | 100100 | 0 | 0 | 11011111 | 1100100 | 1001011 |
Color Harmonies of #80A3FF
Complementary color
Monochromatic Colors of #80A3FF
Black with #80A3FF
Text Example
Text Example
White with #80A3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A3FF; }
p { color: rgb(128,163,255); }
H1.HeaderClassName
{
color: #80A3FF;
}
.AnyTagClassName
{
color: #80A3FF;
}
</style>
background-color css
<style>
a { background-color: #80A3FF; }
a { background-color: rgb(128,163,255); }
div.DivClassName
{
background-color: #80A3FF;
}
.BgClassName
{
background-color: #80A3FF;
}
</style>
border-color css
<style>
span { border-color: #80A3FF; }
span { border-color: rgb(128,163,255); }
td.TdClassName
{
border-color: #80A3FF;
}
.TagClassName
{
border-color: #80A3FF;
}
</style>