Shades of Jordy Blue #80AFF6
Tints of Jordy Blue #80AFF6
RGB
CMYK
RGB Variations
Color information
#80AFF6 (or 0x80AFF6) is known color: Jordy Blue. HEX triplet: 80, AF and F6. RGB value is (128,175,246). Sum of RGB (Red+Green+Blue) = 128+175+246=549 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.32% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 246 (96.48% from 255 or 44.81% from 549); Max value from RGB is 246 - color contains mainly: blue. Hex color #80AFF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80AFF6 is #7F5009. Grayscale: #A8A8A8. Windows color (decimal): -8343562 or 16166784. OLE color: 16166784.
HSL color Cylindrical-coordinate representation of color #80AFF6: hue angle of 216.1º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80AFF6 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 175 | 246 | - |
| CMYK | 0.48 | 0.29 | 0 | 0.04 |
| HSL | 216.1º | 0.87% | 0.73% | - |
| HSV(B) | 216.1º | 0.48% | 0.96% | - |
| XYZ | 40.87 | 41.9 | 93.12 | - |
| YUV | 169.04 | 171.43 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 175 | 246 | 0.48 | 0.29 | 0 | 0.04 | 216.1 | 0.87 | 0.73 |
| Hex | 80 | AF | F6 | 30 | 1D | 0 | 4 | D8 | 57 | 49 |
| Octal | 200 | 257 | 366 | 60 | 35 | 0 | 4 | 330 | 127 | 111 |
| Binary | 10000000 | 10101111 | 11110110 | 110000 | 11101 | 0 | 100 | 11011000 | 1010111 | 1001001 |
Color Harmonies of #80AFF6
Complementary color
Monochromatic Colors of #80AFF6
Black with #80AFF6
Text Example
Text Example
White with #80AFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AFF6; }
p { color: rgb(128,175,246); }
H1.HeaderClassName
{
color: #80AFF6;
}
.AnyTagClassName
{
color: #80AFF6;
}
</style>
background-color css
<style>
a { background-color: #80AFF6; }
a { background-color: rgb(128,175,246); }
div.DivClassName
{
background-color: #80AFF6;
}
.BgClassName
{
background-color: #80AFF6;
}
</style>
border-color css
<style>
span { border-color: #80AFF6; }
span { border-color: rgb(128,175,246); }
td.TdClassName
{
border-color: #80AFF6;
}
.TagClassName
{
border-color: #80AFF6;
}
</style>