Shades of Jordy Blue #80BBEA
Tints of Jordy Blue #80BBEA
RGB
CMYK
RGB Variations
Color information
#80BBEA (or 0x80BBEA) is known color: Jordy Blue. HEX triplet: 80, BB and EA. RGB value is (128,187,234). Sum of RGB (Red+Green+Blue) = 128+187+234=549 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.32% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #80BBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BBEA is #7F4415. Grayscale: #AEAEAE. Windows color (decimal): -8340502 or 15383424. OLE color: 15383424.
HSL color Cylindrical-coordinate representation of color #80BBEA: hue angle of 206.6º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80BBEA is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 187 | 234 | - |
| CMYK | 0.45 | 0.20 | 0 | 0.08 |
| HSL | 206.6º | 0.72% | 0.71% | - |
| HSV(B) | 206.6º | 0.45% | 0.92% | - |
| XYZ | 41.52 | 46.07 | 84.55 | - |
| YUV | 174.72 | 161.45 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 187 | 234 | 0.45 | 0.20 | 0 | 0.08 | 206.6 | 0.72 | 0.71 |
| Hex | 80 | BB | EA | 2D | 14 | 0 | 8 | CF | 48 | 47 |
| Octal | 200 | 273 | 352 | 55 | 24 | 0 | 10 | 317 | 110 | 107 |
| Binary | 10000000 | 10111011 | 11101010 | 101101 | 10100 | 0 | 1000 | 11001111 | 1001000 | 1000111 |
Color Harmonies of #80BBEA
Complementary color
Monochromatic Colors of #80BBEA
Black with #80BBEA
Text Example
Text Example
White with #80BBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BBEA; }
p { color: rgb(128,187,234); }
H1.HeaderClassName
{
color: #80BBEA;
}
.AnyTagClassName
{
color: #80BBEA;
}
</style>
background-color css
<style>
a { background-color: #80BBEA; }
a { background-color: rgb(128,187,234); }
div.DivClassName
{
background-color: #80BBEA;
}
.BgClassName
{
background-color: #80BBEA;
}
</style>
border-color css
<style>
span { border-color: #80BBEA; }
span { border-color: rgb(128,187,234); }
td.TdClassName
{
border-color: #80BBEA;
}
.TagClassName
{
border-color: #80BBEA;
}
</style>