Shades of Riptide #8CDCCF
Tints of Riptide #8CDCCF
RGB
CMYK
RGB Variations
Color information
#8CDCCF (or 0x8CDCCF) is known color: Riptide. HEX triplet: 8C, DC and CF. RGB value is (140,220,207). Sum of RGB (Red+Green+Blue) = 140+220+207=567 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.69% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDCCF is #732330. Grayscale: #C2C2C2. Windows color (decimal): -7545649 or 13622412. OLE color: 13622412.
HSL color Cylindrical-coordinate representation of color #8CDCCF: hue angle of 170.25º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CDCCF is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 220 | 207 | - |
| CMYK | 0.36 | 0 | 0.06 | 0.14 |
| HSL | 170.25º | 0.53% | 0.71% | - |
| HSV(B) | 170.25º | 0.36% | 0.86% | - |
| XYZ | 47.67 | 61.27 | 68.34 | - |
| YUV | 194.6 | 135 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 220 | 207 | 0.36 | 0 | 0.06 | 0.14 | 170.25 | 0.53 | 0.71 |
| Hex | 8C | DC | CF | 24 | 0 | 6 | E | AA | 35 | 47 |
| Octal | 214 | 334 | 317 | 44 | 0 | 6 | 16 | 252 | 65 | 107 |
| Binary | 10001100 | 11011100 | 11001111 | 100100 | 0 | 110 | 1110 | 10101010 | 110101 | 1000111 |
Color Harmonies of #8CDCCF
Complementary color
Monochromatic Colors of #8CDCCF
Black with #8CDCCF
Text Example
Text Example
White with #8CDCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDCCF; }
p { color: rgb(140,220,207); }
H1.HeaderClassName
{
color: #8CDCCF;
}
.AnyTagClassName
{
color: #8CDCCF;
}
</style>
background-color css
<style>
a { background-color: #8CDCCF; }
a { background-color: rgb(140,220,207); }
div.DivClassName
{
background-color: #8CDCCF;
}
.BgClassName
{
background-color: #8CDCCF;
}
</style>
border-color css
<style>
span { border-color: #8CDCCF; }
span { border-color: rgb(140,220,207); }
td.TdClassName
{
border-color: #8CDCCF;
}
.TagClassName
{
border-color: #8CDCCF;
}
</style>