Shades of Jordy Blue #80BBE8
Tints of Jordy Blue #80BBE8
RGB
CMYK
RGB Variations
Color information
#80BBE8 (or 0x80BBE8) is known color: Jordy Blue. HEX triplet: 80, BB and E8. RGB value is (128,187,232). Sum of RGB (Red+Green+Blue) = 128+187+232=547 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.40% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 232 (91.02% from 255 or 42.41% from 547); Max value from RGB is 232 - color contains mainly: blue. Hex color #80BBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BBE8 is #7F4417. Grayscale: #AEAEAE. Windows color (decimal): -8340504 or 15252352. OLE color: 15252352.
HSL color Cylindrical-coordinate representation of color #80BBE8: hue angle of 205.96º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80BBE8 is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 187 | 232 | - |
| CMYK | 0.45 | 0.19 | 0 | 0.09 |
| HSL | 205.96º | 0.69% | 0.71% | - |
| HSV(B) | 205.96º | 0.45% | 0.91% | - |
| XYZ | 41.24 | 45.96 | 83.04 | - |
| YUV | 174.49 | 160.45 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 187 | 232 | 0.45 | 0.19 | 0 | 0.09 | 205.96 | 0.69 | 0.71 |
| Hex | 80 | BB | E8 | 2D | 13 | 0 | 9 | CE | 45 | 47 |
| Octal | 200 | 273 | 350 | 55 | 23 | 0 | 11 | 316 | 105 | 107 |
| Binary | 10000000 | 10111011 | 11101000 | 101101 | 10011 | 0 | 1001 | 11001110 | 1000101 | 1000111 |
Color Harmonies of #80BBE8
Complementary color
Monochromatic Colors of #80BBE8
Black with #80BBE8
Text Example
Text Example
White with #80BBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BBE8; }
p { color: rgb(128,187,232); }
H1.HeaderClassName
{
color: #80BBE8;
}
.AnyTagClassName
{
color: #80BBE8;
}
</style>
background-color css
<style>
a { background-color: #80BBE8; }
a { background-color: rgb(128,187,232); }
div.DivClassName
{
background-color: #80BBE8;
}
.BgClassName
{
background-color: #80BBE8;
}
</style>
border-color css
<style>
span { border-color: #80BBE8; }
span { border-color: rgb(128,187,232); }
td.TdClassName
{
border-color: #80BBE8;
}
.TagClassName
{
border-color: #80BBE8;
}
</style>