Shades of Jordy Blue #80B0EE
Tints of Jordy Blue #80B0EE
RGB
CMYK
RGB Variations
Color information
#80B0EE (or 0x80B0EE) is known color: Jordy Blue. HEX triplet: 80, B0 and EE. RGB value is (128,176,238). Sum of RGB (Red+Green+Blue) = 128+176+238=542 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.62% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #80B0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80B0EE is #7F4F11. Grayscale: #A8A8A8. Windows color (decimal): -8343314 or 15642752. OLE color: 15642752.
HSL color Cylindrical-coordinate representation of color #80B0EE: hue angle of 213.82º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80B0EE is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 176 | 238 | - |
| CMYK | 0.46 | 0.26 | 0 | 0.07 |
| HSL | 213.82º | 0.76% | 0.72% | - |
| HSV(B) | 213.82º | 0.46% | 0.93% | - |
| XYZ | 39.86 | 41.81 | 86.86 | - |
| YUV | 168.72 | 167.1 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 176 | 238 | 0.46 | 0.26 | 0 | 0.07 | 213.82 | 0.76 | 0.72 |
| Hex | 80 | B0 | EE | 2E | 1A | 0 | 7 | D6 | 4C | 48 |
| Octal | 200 | 260 | 356 | 56 | 32 | 0 | 7 | 326 | 114 | 110 |
| Binary | 10000000 | 10110000 | 11101110 | 101110 | 11010 | 0 | 111 | 11010110 | 1001100 | 1001000 |
Color Harmonies of #80B0EE
Complementary color
Monochromatic Colors of #80B0EE
Black with #80B0EE
Text Example
Text Example
White with #80B0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B0EE; }
p { color: rgb(128,176,238); }
H1.HeaderClassName
{
color: #80B0EE;
}
.AnyTagClassName
{
color: #80B0EE;
}
</style>
background-color css
<style>
a { background-color: #80B0EE; }
a { background-color: rgb(128,176,238); }
div.DivClassName
{
background-color: #80B0EE;
}
.BgClassName
{
background-color: #80B0EE;
}
</style>
border-color css
<style>
span { border-color: #80B0EE; }
span { border-color: rgb(128,176,238); }
td.TdClassName
{
border-color: #80B0EE;
}
.TagClassName
{
border-color: #80B0EE;
}
</style>