Shades of Riptide #8BE4DD
Tints of Riptide #8BE4DD
RGB
CMYK
RGB Variations
Color information
#8BE4DD (or 0x8BE4DD) is known color: Riptide. HEX triplet: 8B, E4 and DD. RGB value is (139,228,221). Sum of RGB (Red+Green+Blue) = 139+228+221=588 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.64% from 588); Green value is 228 (89.45% from 255 or 38.78% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 228 - color contains mainly: green. Hex color #8BE4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BE4DD is #741B22. Grayscale: #C8C8C8. Windows color (decimal): -7609123 or 14541963. OLE color: 14541963.
HSL color Cylindrical-coordinate representation of color #8BE4DD: hue angle of 175.28º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BE4DD is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 139 | 228 | 221 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.11 |
| HSL | 175.28º | 0.62% | 0.72% | - |
| HSV(B) | 175.28º | 0.39% | 0.89% | - |
| XYZ | 51.44 | 66.2 | 78.47 | - |
| YUV | 200.59 | 139.51 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 228 | 221 | 0.39 | 0 | 0.03 | 0.11 | 175.28 | 0.62 | 0.72 |
| Hex | 8B | E4 | DD | 27 | 0 | 3 | B | AF | 3E | 48 |
| Octal | 213 | 344 | 335 | 47 | 0 | 3 | 13 | 257 | 76 | 110 |
| Binary | 10001011 | 11100100 | 11011101 | 100111 | 0 | 11 | 1011 | 10101111 | 111110 | 1001000 |
Color Harmonies of #8BE4DD
Complementary color
Monochromatic Colors of #8BE4DD
Black with #8BE4DD
Text Example
Text Example
White with #8BE4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE4DD; }
p { color: rgb(139,228,221); }
H1.HeaderClassName
{
color: #8BE4DD;
}
.AnyTagClassName
{
color: #8BE4DD;
}
</style>
background-color css
<style>
a { background-color: #8BE4DD; }
a { background-color: rgb(139,228,221); }
div.DivClassName
{
background-color: #8BE4DD;
}
.BgClassName
{
background-color: #8BE4DD;
}
</style>
border-color css
<style>
span { border-color: #8BE4DD; }
span { border-color: rgb(139,228,221); }
td.TdClassName
{
border-color: #8BE4DD;
}
.TagClassName
{
border-color: #8BE4DD;
}
</style>