Shades of Jordy Blue #80A8DF
Tints of Jordy Blue #80A8DF
RGB
CMYK
RGB Variations
Color information
#80A8DF (or 0x80A8DF) is known color: Jordy Blue. HEX triplet: 80, A8 and DF. RGB value is (128,168,223). Sum of RGB (Red+Green+Blue) = 128+168+223=519 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.66% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #80A8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A8DF is #7F5720. Grayscale: #A2A2A2. Windows color (decimal): -8345377 or 14657664. OLE color: 14657664.
HSL color Cylindrical-coordinate representation of color #80A8DF: hue angle of 214.74º 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 #80A8DF is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 168 | 223 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.13 |
| HSL | 214.74º | 0.6% | 0.69% | - |
| HSV(B) | 214.74º | 0.43% | 0.87% | - |
| XYZ | 36.22 | 37.92 | 75.22 | - |
| YUV | 162.31 | 162.25 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 168 | 223 | 0.43 | 0.25 | 0 | 0.13 | 214.74 | 0.6 | 0.69 |
| Hex | 80 | A8 | DF | 2B | 19 | 0 | D | D7 | 3C | 45 |
| Octal | 200 | 250 | 337 | 53 | 31 | 0 | 15 | 327 | 74 | 105 |
| Binary | 10000000 | 10101000 | 11011111 | 101011 | 11001 | 0 | 1101 | 11010111 | 111100 | 1000101 |
Color Harmonies of #80A8DF
Complementary color
Monochromatic Colors of #80A8DF
Black with #80A8DF
Text Example
Text Example
White with #80A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A8DF; }
p { color: rgb(128,168,223); }
H1.HeaderClassName
{
color: #80A8DF;
}
.AnyTagClassName
{
color: #80A8DF;
}
</style>
background-color css
<style>
a { background-color: #80A8DF; }
a { background-color: rgb(128,168,223); }
div.DivClassName
{
background-color: #80A8DF;
}
.BgClassName
{
background-color: #80A8DF;
}
</style>
border-color css
<style>
span { border-color: #80A8DF; }
span { border-color: rgb(128,168,223); }
td.TdClassName
{
border-color: #80A8DF;
}
.TagClassName
{
border-color: #80A8DF;
}
</style>