Shades of Riptide #8CDEDA
Tints of Riptide #8CDEDA
RGB
CMYK
RGB Variations
Color information
#8CDEDA (or 0x8CDEDA) is known color: Riptide. HEX triplet: 8C, DE and DA. RGB value is (140,222,218). Sum of RGB (Red+Green+Blue) = 140+222+218=580 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.14% from 580); Green value is 222 (87.11% from 255 or 38.28% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 222 - color contains mainly: green. Hex color #8CDEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDEDA is #732125. Grayscale: #C4C4C4. Windows color (decimal): -7545126 or 14343820. OLE color: 14343820.
HSL color Cylindrical-coordinate representation of color #8CDEDA: hue angle of 177.07º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CDEDA is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 222 | 218 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.13 |
| HSL | 177.07º | 0.55% | 0.71% | - |
| HSV(B) | 177.07º | 0.37% | 0.87% | - |
| XYZ | 49.59 | 62.88 | 75.85 | - |
| YUV | 197.03 | 139.83 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 222 | 218 | 0.37 | 0 | 0.02 | 0.13 | 177.07 | 0.55 | 0.71 |
| Hex | 8C | DE | DA | 25 | 0 | 2 | D | B1 | 37 | 47 |
| Octal | 214 | 336 | 332 | 45 | 0 | 2 | 15 | 261 | 67 | 107 |
| Binary | 10001100 | 11011110 | 11011010 | 100101 | 0 | 10 | 1101 | 10110001 | 110111 | 1000111 |
Color Harmonies of #8CDEDA
Complementary color
Monochromatic Colors of #8CDEDA
Black with #8CDEDA
Text Example
Text Example
White with #8CDEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDEDA; }
p { color: rgb(140,222,218); }
H1.HeaderClassName
{
color: #8CDEDA;
}
.AnyTagClassName
{
color: #8CDEDA;
}
</style>
background-color css
<style>
a { background-color: #8CDEDA; }
a { background-color: rgb(140,222,218); }
div.DivClassName
{
background-color: #8CDEDA;
}
.BgClassName
{
background-color: #8CDEDA;
}
</style>
border-color css
<style>
span { border-color: #8CDEDA; }
span { border-color: rgb(140,222,218); }
td.TdClassName
{
border-color: #8CDEDA;
}
.TagClassName
{
border-color: #8CDEDA;
}
</style>