Shades of Jordy Blue #80A6DA
Tints of Jordy Blue #80A6DA
RGB
CMYK
RGB Variations
Color information
#80A6DA (or 0x80A6DA) is known color: Jordy Blue. HEX triplet: 80, A6 and DA. RGB value is (128,166,218). Sum of RGB (Red+Green+Blue) = 128+166+218=512 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #80A6DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A6DA is #7F5925. Grayscale: #A0A0A0. Windows color (decimal): -8345894 or 14329472. OLE color: 14329472.
HSL color Cylindrical-coordinate representation of color #80A6DA: hue angle of 214.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80A6DA is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 166 | 218 | - |
| CMYK | 0.41 | 0.24 | 0 | 0.15 |
| HSL | 214.67º | 0.55% | 0.68% | - |
| HSV(B) | 214.67º | 0.41% | 0.85% | - |
| XYZ | 35.19 | 36.92 | 71.6 | - |
| YUV | 160.57 | 160.41 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 166 | 218 | 0.41 | 0.24 | 0 | 0.15 | 214.67 | 0.55 | 0.68 |
| Hex | 80 | A6 | DA | 29 | 18 | 0 | F | D7 | 37 | 44 |
| Octal | 200 | 246 | 332 | 51 | 30 | 0 | 17 | 327 | 67 | 104 |
| Binary | 10000000 | 10100110 | 11011010 | 101001 | 11000 | 0 | 1111 | 11010111 | 110111 | 1000100 |
Color Harmonies of #80A6DA
Complementary color
Monochromatic Colors of #80A6DA
Black with #80A6DA
Text Example
Text Example
White with #80A6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A6DA; }
p { color: rgb(128,166,218); }
H1.HeaderClassName
{
color: #80A6DA;
}
.AnyTagClassName
{
color: #80A6DA;
}
</style>
background-color css
<style>
a { background-color: #80A6DA; }
a { background-color: rgb(128,166,218); }
div.DivClassName
{
background-color: #80A6DA;
}
.BgClassName
{
background-color: #80A6DA;
}
</style>
border-color css
<style>
span { border-color: #80A6DA; }
span { border-color: rgb(128,166,218); }
td.TdClassName
{
border-color: #80A6DA;
}
.TagClassName
{
border-color: #80A6DA;
}
</style>