Shades of Riptide #8ADDCF
Tints of Riptide #8ADDCF
RGB
CMYK
RGB Variations
Color information
#8ADDCF (or 0x8ADDCF) is known color: Riptide. HEX triplet: 8A, DD and CF. RGB value is (138,221,207). Sum of RGB (Red+Green+Blue) = 138+221+207=566 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.38% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADDCF is #752230. Grayscale: #C2C2C2. Windows color (decimal): -7676465 or 13622666. OLE color: 13622666.
HSL color Cylindrical-coordinate representation of color #8ADDCF: hue angle of 169.88º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADDCF is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 207 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.13 |
| HSL | 169.88º | 0.55% | 0.7% | - |
| HSV(B) | 169.88º | 0.38% | 0.87% | - |
| XYZ | 47.6 | 61.62 | 68.42 | - |
| YUV | 194.59 | 135 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 207 | 0.38 | 0 | 0.06 | 0.13 | 169.88 | 0.55 | 0.7 |
| Hex | 8A | DD | CF | 26 | 0 | 6 | D | AA | 37 | 46 |
| Octal | 212 | 335 | 317 | 46 | 0 | 6 | 15 | 252 | 67 | 106 |
| Binary | 10001010 | 11011101 | 11001111 | 100110 | 0 | 110 | 1101 | 10101010 | 110111 | 1000110 |
Color Harmonies of #8ADDCF
Complementary color
Monochromatic Colors of #8ADDCF
Black with #8ADDCF
Text Example
Text Example
White with #8ADDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADDCF; }
p { color: rgb(138,221,207); }
H1.HeaderClassName
{
color: #8ADDCF;
}
.AnyTagClassName
{
color: #8ADDCF;
}
</style>
background-color css
<style>
a { background-color: #8ADDCF; }
a { background-color: rgb(138,221,207); }
div.DivClassName
{
background-color: #8ADDCF;
}
.BgClassName
{
background-color: #8ADDCF;
}
</style>
border-color css
<style>
span { border-color: #8ADDCF; }
span { border-color: rgb(138,221,207); }
td.TdClassName
{
border-color: #8ADDCF;
}
.TagClassName
{
border-color: #8ADDCF;
}
</style>