Shades of Jordy Blue #80B1EF
Tints of Jordy Blue #80B1EF
RGB
CMYK
RGB Variations
Color information
#80B1EF (or 0x80B1EF) is known color: Jordy Blue. HEX triplet: 80, B1 and EF. RGB value is (128,177,239). Sum of RGB (Red+Green+Blue) = 128+177+239=544 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.53% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: blue. Hex color #80B1EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80B1EF is #7F4E10. Grayscale: #A9A9A9. Windows color (decimal): -8343057 or 15708544. OLE color: 15708544.
HSL color Cylindrical-coordinate representation of color #80B1EF: hue angle of 213.51º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80B1EF is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 177 | 239 | - |
| CMYK | 0.46 | 0.26 | 0 | 0.06 |
| HSL | 213.51º | 0.78% | 0.72% | - |
| HSV(B) | 213.51º | 0.46% | 0.94% | - |
| XYZ | 40.2 | 42.27 | 87.7 | - |
| YUV | 169.42 | 167.27 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 177 | 239 | 0.46 | 0.26 | 0 | 0.06 | 213.51 | 0.78 | 0.72 |
| Hex | 80 | B1 | EF | 2E | 1A | 0 | 6 | D6 | 4E | 48 |
| Octal | 200 | 261 | 357 | 56 | 32 | 0 | 6 | 326 | 116 | 110 |
| Binary | 10000000 | 10110001 | 11101111 | 101110 | 11010 | 0 | 110 | 11010110 | 1001110 | 1001000 |
Color Harmonies of #80B1EF
Complementary color
Monochromatic Colors of #80B1EF
Black with #80B1EF
Text Example
Text Example
White with #80B1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B1EF; }
p { color: rgb(128,177,239); }
H1.HeaderClassName
{
color: #80B1EF;
}
.AnyTagClassName
{
color: #80B1EF;
}
</style>
background-color css
<style>
a { background-color: #80B1EF; }
a { background-color: rgb(128,177,239); }
div.DivClassName
{
background-color: #80B1EF;
}
.BgClassName
{
background-color: #80B1EF;
}
</style>
border-color css
<style>
span { border-color: #80B1EF; }
span { border-color: rgb(128,177,239); }
td.TdClassName
{
border-color: #80B1EF;
}
.TagClassName
{
border-color: #80B1EF;
}
</style>