Shades of Riptide #8FDBCA
Tints of Riptide #8FDBCA
RGB
CMYK
RGB Variations
Color information
#8FDBCA (or 0x8FDBCA) is known color: Riptide. HEX triplet: 8F, DB and CA. RGB value is (143,219,202). Sum of RGB (Red+Green+Blue) = 143+219+202=564 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.35% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDBCA is #702435. Grayscale: #C2C2C2. Windows color (decimal): -7349302 or 13294479. OLE color: 13294479.
HSL color Cylindrical-coordinate representation of color #8FDBCA: hue angle of 166.58º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDBCA is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 219 | 202 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.14 |
| HSL | 166.58º | 0.51% | 0.71% | - |
| HSV(B) | 166.58º | 0.35% | 0.86% | - |
| XYZ | 47.32 | 60.77 | 65.11 | - |
| YUV | 194.34 | 132.32 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 202 | 0.35 | 0 | 0.08 | 0.14 | 166.58 | 0.51 | 0.71 |
| Hex | 8F | DB | CA | 23 | 0 | 8 | E | A7 | 33 | 47 |
| Octal | 217 | 333 | 312 | 43 | 0 | 10 | 16 | 247 | 63 | 107 |
| Binary | 10001111 | 11011011 | 11001010 | 100011 | 0 | 1000 | 1110 | 10100111 | 110011 | 1000111 |
Color Harmonies of #8FDBCA
Complementary color
Monochromatic Colors of #8FDBCA
Black with #8FDBCA
Text Example
Text Example
White with #8FDBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDBCA; }
p { color: rgb(143,219,202); }
H1.HeaderClassName
{
color: #8FDBCA;
}
.AnyTagClassName
{
color: #8FDBCA;
}
</style>
background-color css
<style>
a { background-color: #8FDBCA; }
a { background-color: rgb(143,219,202); }
div.DivClassName
{
background-color: #8FDBCA;
}
.BgClassName
{
background-color: #8FDBCA;
}
</style>
border-color css
<style>
span { border-color: #8FDBCA; }
span { border-color: rgb(143,219,202); }
td.TdClassName
{
border-color: #8FDBCA;
}
.TagClassName
{
border-color: #8FDBCA;
}
</style>