Shades of Jordy Blue #80A6FF
Tints of Jordy Blue #80A6FF
RGB
CMYK
RGB Variations
Color information
#80A6FF (or 0x80A6FF) is known color: Jordy Blue. HEX triplet: 80, A6 and FF. RGB value is (128,166,255). Sum of RGB (Red+Green+Blue) = 128+166+255=549 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.32% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #80A6FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A6FF is #7F5900. Grayscale: #A4A4A4. Windows color (decimal): -8345857 or 16754304. OLE color: 16754304.
HSL color Cylindrical-coordinate representation of color #80A6FF: hue angle of 222.05º 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 #80A6FF is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 166 | 255 | - |
| CMYK | 0.50 | 0.35 | 0 | 0 |
| HSL | 222.05º | 1% | 0.75% | - |
| HSV(B) | 222.05º | 0.5% | 1% | - |
| XYZ | 40.59 | 39.08 | 100.01 | - |
| YUV | 164.78 | 178.91 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 166 | 255 | 0.50 | 0.35 | 0 | 0 | 222.05 | 1 | 0.75 |
| Hex | 80 | A6 | FF | 32 | 23 | 0 | 0 | DE | 64 | 4B |
| Octal | 200 | 246 | 377 | 62 | 43 | 0 | 0 | 336 | 144 | 113 |
| Binary | 10000000 | 10100110 | 11111111 | 110010 | 100011 | 0 | 0 | 11011110 | 1100100 | 1001011 |
Color Harmonies of #80A6FF
Complementary color
Monochromatic Colors of #80A6FF
Black with #80A6FF
Text Example
Text Example
White with #80A6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A6FF; }
p { color: rgb(128,166,255); }
H1.HeaderClassName
{
color: #80A6FF;
}
.AnyTagClassName
{
color: #80A6FF;
}
</style>
background-color css
<style>
a { background-color: #80A6FF; }
a { background-color: rgb(128,166,255); }
div.DivClassName
{
background-color: #80A6FF;
}
.BgClassName
{
background-color: #80A6FF;
}
</style>
border-color css
<style>
span { border-color: #80A6FF; }
span { border-color: rgb(128,166,255); }
td.TdClassName
{
border-color: #80A6FF;
}
.TagClassName
{
border-color: #80A6FF;
}
</style>