Shades of Jordy Blue #80A1DF
Tints of Jordy Blue #80A1DF
RGB
CMYK
RGB Variations
Color information
#80A1DF (or 0x80A1DF) is known color: Jordy Blue. HEX triplet: 80, A1 and DF. RGB value is (128,161,223). Sum of RGB (Red+Green+Blue) = 128+161+223=512 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #80A1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A1DF is #7F5E20. Grayscale: #9D9D9D. Windows color (decimal): -8347169 or 14655872. OLE color: 14655872.
HSL color Cylindrical-coordinate representation of color #80A1DF: hue angle of 219.16º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80A1DF is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 161 | 223 | - |
| CMYK | 0.43 | 0.28 | 0 | 0.13 |
| HSL | 219.16º | 0.6% | 0.69% | - |
| HSV(B) | 219.16º | 0.43% | 0.87% | - |
| XYZ | 34.97 | 35.41 | 74.8 | - |
| YUV | 158.2 | 164.57 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 161 | 223 | 0.43 | 0.28 | 0 | 0.13 | 219.16 | 0.6 | 0.69 |
| Hex | 80 | A1 | DF | 2B | 1C | 0 | D | DB | 3C | 45 |
| Octal | 200 | 241 | 337 | 53 | 34 | 0 | 15 | 333 | 74 | 105 |
| Binary | 10000000 | 10100001 | 11011111 | 101011 | 11100 | 0 | 1101 | 11011011 | 111100 | 1000101 |
Color Harmonies of #80A1DF
Complementary color
Monochromatic Colors of #80A1DF
Black with #80A1DF
Text Example
Text Example
White with #80A1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A1DF; }
p { color: rgb(128,161,223); }
H1.HeaderClassName
{
color: #80A1DF;
}
.AnyTagClassName
{
color: #80A1DF;
}
</style>
background-color css
<style>
a { background-color: #80A1DF; }
a { background-color: rgb(128,161,223); }
div.DivClassName
{
background-color: #80A1DF;
}
.BgClassName
{
background-color: #80A1DF;
}
</style>
border-color css
<style>
span { border-color: #80A1DF; }
span { border-color: rgb(128,161,223); }
td.TdClassName
{
border-color: #80A1DF;
}
.TagClassName
{
border-color: #80A1DF;
}
</style>