Shades of Riptide #8CECDB
Tints of Riptide #8CECDB
RGB
CMYK
RGB Variations
Color information
#8CECDB (or 0x8CECDB) is known color: Riptide. HEX triplet: 8C, EC and DB. RGB value is (140,236,219). Sum of RGB (Red+Green+Blue) = 140+236+219=595 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.53% from 595); Green value is 236 (92.58% from 255 or 39.66% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 236 - color contains mainly: green. Hex color #8CECDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CECDB is #731324. Grayscale: #CDCDCD. Windows color (decimal): -7541541 or 14412940. OLE color: 14412940.
HSL color Cylindrical-coordinate representation of color #8CECDB: hue angle of 169.38º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CECDB is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 236 | 219 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.07 |
| HSL | 169.38º | 0.72% | 0.74% | - |
| HSV(B) | 169.38º | 0.41% | 0.93% | - |
| XYZ | 53.6 | 70.68 | 77.84 | - |
| YUV | 205.36 | 135.7 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 236 | 219 | 0.41 | 0 | 0.07 | 0.07 | 169.38 | 0.72 | 0.74 |
| Hex | 8C | EC | DB | 29 | 0 | 7 | 7 | A9 | 48 | 4A |
| Octal | 214 | 354 | 333 | 51 | 0 | 7 | 7 | 251 | 110 | 112 |
| Binary | 10001100 | 11101100 | 11011011 | 101001 | 0 | 111 | 111 | 10101001 | 1001000 | 1001010 |
Color Harmonies of #8CECDB
Complementary color
Monochromatic Colors of #8CECDB
Black with #8CECDB
Text Example
Text Example
White with #8CECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CECDB; }
p { color: rgb(140,236,219); }
H1.HeaderClassName
{
color: #8CECDB;
}
.AnyTagClassName
{
color: #8CECDB;
}
</style>
background-color css
<style>
a { background-color: #8CECDB; }
a { background-color: rgb(140,236,219); }
div.DivClassName
{
background-color: #8CECDB;
}
.BgClassName
{
background-color: #8CECDB;
}
</style>
border-color css
<style>
span { border-color: #8CECDB; }
span { border-color: rgb(140,236,219); }
td.TdClassName
{
border-color: #8CECDB;
}
.TagClassName
{
border-color: #8CECDB;
}
</style>