Shades of Riptide #8ADCCF
Tints of Riptide #8ADCCF
RGB
CMYK
RGB Variations
Color information
#8ADCCF (or 0x8ADCCF) is known color: Riptide. HEX triplet: 8A, DC and CF. RGB value is (138,220,207). Sum of RGB (Red+Green+Blue) = 138+220+207=565 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.42% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADCCF is #752330. Grayscale: #C1C1C1. Windows color (decimal): -7676721 or 13622410. OLE color: 13622410.
HSL color Cylindrical-coordinate representation of color #8ADCCF: hue angle of 170.49º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADCCF is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 220 | 207 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.14 |
| HSL | 170.49º | 0.54% | 0.7% | - |
| HSV(B) | 170.49º | 0.37% | 0.86% | - |
| XYZ | 47.34 | 61.09 | 68.33 | - |
| YUV | 194 | 135.33 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 207 | 0.37 | 0 | 0.06 | 0.14 | 170.49 | 0.54 | 0.7 |
| Hex | 8A | DC | CF | 25 | 0 | 6 | E | AA | 36 | 46 |
| Octal | 212 | 334 | 317 | 45 | 0 | 6 | 16 | 252 | 66 | 106 |
| Binary | 10001010 | 11011100 | 11001111 | 100101 | 0 | 110 | 1110 | 10101010 | 110110 | 1000110 |
Color Harmonies of #8ADCCF
Complementary color
Monochromatic Colors of #8ADCCF
Black with #8ADCCF
Text Example
Text Example
White with #8ADCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADCCF; }
p { color: rgb(138,220,207); }
H1.HeaderClassName
{
color: #8ADCCF;
}
.AnyTagClassName
{
color: #8ADCCF;
}
</style>
background-color css
<style>
a { background-color: #8ADCCF; }
a { background-color: rgb(138,220,207); }
div.DivClassName
{
background-color: #8ADCCF;
}
.BgClassName
{
background-color: #8ADCCF;
}
</style>
border-color css
<style>
span { border-color: #8ADCCF; }
span { border-color: rgb(138,220,207); }
td.TdClassName
{
border-color: #8ADCCF;
}
.TagClassName
{
border-color: #8ADCCF;
}
</style>