Shades of Jordy Blue #80B1E5
Tints of Jordy Blue #80B1E5
RGB
CMYK
RGB Variations
Color information
#80B1E5 (or 0x80B1E5) is known color: Jordy Blue. HEX triplet: 80, B1 and E5. RGB value is (128,177,229). Sum of RGB (Red+Green+Blue) = 128+177+229=534 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.97% from 534); Green value is 177 (69.53% from 255 or 33.15% from 534); Blue value is 229 (89.84% from 255 or 42.88% from 534); Max value from RGB is 229 - color contains mainly: blue. Hex color #80B1E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80B1E5 is #7F4E1A. Grayscale: #A8A8A8. Windows color (decimal): -8343067 or 15053184. OLE color: 15053184.
HSL color Cylindrical-coordinate representation of color #80B1E5: hue angle of 210.89º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80B1E5 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 177 | 229 | - |
| CMYK | 0.44 | 0.23 | 0 | 0.10 |
| HSL | 210.89º | 0.66% | 0.7% | - |
| HSV(B) | 210.89º | 0.44% | 0.9% | - |
| XYZ | 38.77 | 41.69 | 80.13 | - |
| YUV | 168.28 | 162.27 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 177 | 229 | 0.44 | 0.23 | 0 | 0.10 | 210.89 | 0.66 | 0.7 |
| Hex | 80 | B1 | E5 | 2C | 17 | 0 | A | D3 | 42 | 46 |
| Octal | 200 | 261 | 345 | 54 | 27 | 0 | 12 | 323 | 102 | 106 |
| Binary | 10000000 | 10110001 | 11100101 | 101100 | 10111 | 0 | 1010 | 11010011 | 1000010 | 1000110 |
Color Harmonies of #80B1E5
Complementary color
Monochromatic Colors of #80B1E5
Black with #80B1E5
Text Example
Text Example
White with #80B1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B1E5; }
p { color: rgb(128,177,229); }
H1.HeaderClassName
{
color: #80B1E5;
}
.AnyTagClassName
{
color: #80B1E5;
}
</style>
background-color css
<style>
a { background-color: #80B1E5; }
a { background-color: rgb(128,177,229); }
div.DivClassName
{
background-color: #80B1E5;
}
.BgClassName
{
background-color: #80B1E5;
}
</style>
border-color css
<style>
span { border-color: #80B1E5; }
span { border-color: rgb(128,177,229); }
td.TdClassName
{
border-color: #80B1E5;
}
.TagClassName
{
border-color: #80B1E5;
}
</style>