Shades of Riptide #8CCECB
Tints of Riptide #8CCECB
RGB
CMYK
RGB Variations
Color information
#8CCECB (or 0x8CCECB) is known color: Riptide. HEX triplet: 8C, CE and CB. RGB value is (140,206,203). Sum of RGB (Red+Green+Blue) = 140+206+203=549 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.50% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCECB is #733134. Grayscale: #B9B9B9. Windows color (decimal): -7549237 or 13356684. OLE color: 13356684.
HSL color Cylindrical-coordinate representation of color #8CCECB: hue angle of 177.27º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCECB is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 206 | 203 | - |
| CMYK | 0.32 | 0 | 0.01 | 0.19 |
| HSL | 177.27º | 0.4% | 0.68% | - |
| HSV(B) | 177.27º | 0.32% | 0.81% | - |
| XYZ | 43.67 | 54.03 | 64.63 | - |
| YUV | 185.92 | 137.63 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 206 | 203 | 0.32 | 0 | 0.01 | 0.19 | 177.27 | 0.4 | 0.68 |
| Hex | 8C | CE | CB | 20 | 0 | 1 | 13 | B1 | 28 | 44 |
| Octal | 214 | 316 | 313 | 40 | 0 | 1 | 23 | 261 | 50 | 104 |
| Binary | 10001100 | 11001110 | 11001011 | 100000 | 0 | 1 | 10011 | 10110001 | 101000 | 1000100 |
Color Harmonies of #8CCECB
Complementary color
Monochromatic Colors of #8CCECB
Black with #8CCECB
Text Example
Text Example
White with #8CCECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCECB; }
p { color: rgb(140,206,203); }
H1.HeaderClassName
{
color: #8CCECB;
}
.AnyTagClassName
{
color: #8CCECB;
}
</style>
background-color css
<style>
a { background-color: #8CCECB; }
a { background-color: rgb(140,206,203); }
div.DivClassName
{
background-color: #8CCECB;
}
.BgClassName
{
background-color: #8CCECB;
}
</style>
border-color css
<style>
span { border-color: #8CCECB; }
span { border-color: rgb(140,206,203); }
td.TdClassName
{
border-color: #8CCECB;
}
.TagClassName
{
border-color: #8CCECB;
}
</style>