Shades of Jordy Blue #80A8DE
Tints of Jordy Blue #80A8DE
RGB
CMYK
RGB Variations
Color information
#80A8DE (or 0x80A8DE) is known color: Jordy Blue. HEX triplet: 80, A8 and DE. RGB value is (128,168,222). Sum of RGB (Red+Green+Blue) = 128+168+222=518 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.71% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #80A8DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A8DE is #7F5721. Grayscale: #A1A1A1. Windows color (decimal): -8345378 or 14592128. OLE color: 14592128.
HSL color Cylindrical-coordinate representation of color #80A8DE: hue angle of 214.47º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80A8DE is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 168 | 222 | - |
| CMYK | 0.42 | 0.24 | 0 | 0.13 |
| HSL | 214.47º | 0.59% | 0.69% | - |
| HSV(B) | 214.47º | 0.42% | 0.87% | - |
| XYZ | 36.09 | 37.87 | 74.51 | - |
| YUV | 162.2 | 161.75 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 168 | 222 | 0.42 | 0.24 | 0 | 0.13 | 214.47 | 0.59 | 0.69 |
| Hex | 80 | A8 | DE | 2A | 18 | 0 | D | D6 | 3B | 45 |
| Octal | 200 | 250 | 336 | 52 | 30 | 0 | 15 | 326 | 73 | 105 |
| Binary | 10000000 | 10101000 | 11011110 | 101010 | 11000 | 0 | 1101 | 11010110 | 111011 | 1000101 |
Color Harmonies of #80A8DE
Complementary color
Monochromatic Colors of #80A8DE
Black with #80A8DE
Text Example
Text Example
White with #80A8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A8DE; }
p { color: rgb(128,168,222); }
H1.HeaderClassName
{
color: #80A8DE;
}
.AnyTagClassName
{
color: #80A8DE;
}
</style>
background-color css
<style>
a { background-color: #80A8DE; }
a { background-color: rgb(128,168,222); }
div.DivClassName
{
background-color: #80A8DE;
}
.BgClassName
{
background-color: #80A8DE;
}
</style>
border-color css
<style>
span { border-color: #80A8DE; }
span { border-color: rgb(128,168,222); }
td.TdClassName
{
border-color: #80A8DE;
}
.TagClassName
{
border-color: #80A8DE;
}
</style>