Shades of Riptide #8BE6DF
Tints of Riptide #8BE6DF
RGB
CMYK
RGB Variations
Color information
#8BE6DF (or 0x8BE6DF) is known color: Riptide. HEX triplet: 8B, E6 and DF. RGB value is (139,230,223). Sum of RGB (Red+Green+Blue) = 139+230+223=592 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.48% from 592); Green value is 230 (90.23% from 255 or 38.85% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 230 - color contains mainly: green. Hex color #8BE6DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BE6DF is #741920. Grayscale: #C9C9C9. Windows color (decimal): -7608609 or 14673547. OLE color: 14673547.
HSL color Cylindrical-coordinate representation of color #8BE6DF: hue angle of 175.38º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BE6DF is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 139 | 230 | 223 | - |
| CMYK | 0.40 | 0 | 0.03 | 0.10 |
| HSL | 175.38º | 0.65% | 0.72% | - |
| HSV(B) | 175.38º | 0.4% | 0.9% | - |
| XYZ | 52.26 | 67.41 | 80.07 | - |
| YUV | 201.99 | 139.85 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 230 | 223 | 0.40 | 0 | 0.03 | 0.10 | 175.38 | 0.65 | 0.72 |
| Hex | 8B | E6 | DF | 28 | 0 | 3 | A | AF | 41 | 48 |
| Octal | 213 | 346 | 337 | 50 | 0 | 3 | 12 | 257 | 101 | 110 |
| Binary | 10001011 | 11100110 | 11011111 | 101000 | 0 | 11 | 1010 | 10101111 | 1000001 | 1001000 |
Color Harmonies of #8BE6DF
Complementary color
Monochromatic Colors of #8BE6DF
Black with #8BE6DF
Text Example
Text Example
White with #8BE6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE6DF; }
p { color: rgb(139,230,223); }
H1.HeaderClassName
{
color: #8BE6DF;
}
.AnyTagClassName
{
color: #8BE6DF;
}
</style>
background-color css
<style>
a { background-color: #8BE6DF; }
a { background-color: rgb(139,230,223); }
div.DivClassName
{
background-color: #8BE6DF;
}
.BgClassName
{
background-color: #8BE6DF;
}
</style>
border-color css
<style>
span { border-color: #8BE6DF; }
span { border-color: rgb(139,230,223); }
td.TdClassName
{
border-color: #8BE6DF;
}
.TagClassName
{
border-color: #8BE6DF;
}
</style>