Shades of Riptide #8ADCDA
Tints of Riptide #8ADCDA
RGB
CMYK
RGB Variations
Color information
#8ADCDA (or 0x8ADCDA) is known color: Riptide. HEX triplet: 8A, DC and DA. RGB value is (138,220,218). Sum of RGB (Red+Green+Blue) = 138+220+218=576 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.96% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADCDA is #752325. Grayscale: #C3C3C3. Windows color (decimal): -7676710 or 14343306. OLE color: 14343306.
HSL color Cylindrical-coordinate representation of color #8ADCDA: hue angle of 178.54º 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 #8ADCDA is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 220 | 218 | - |
| CMYK | 0.37 | 0 | 0.01 | 0.14 |
| HSL | 178.54º | 0.54% | 0.7% | - |
| HSV(B) | 178.54º | 0.37% | 0.86% | - |
| XYZ | 48.73 | 61.65 | 75.66 | - |
| YUV | 195.25 | 140.83 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 218 | 0.37 | 0 | 0.01 | 0.14 | 178.54 | 0.54 | 0.7 |
| Hex | 8A | DC | DA | 25 | 0 | 1 | E | B3 | 36 | 46 |
| Octal | 212 | 334 | 332 | 45 | 0 | 1 | 16 | 263 | 66 | 106 |
| Binary | 10001010 | 11011100 | 11011010 | 100101 | 0 | 1 | 1110 | 10110011 | 110110 | 1000110 |
Color Harmonies of #8ADCDA
Complementary color
Monochromatic Colors of #8ADCDA
Black with #8ADCDA
Text Example
Text Example
White with #8ADCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADCDA; }
p { color: rgb(138,220,218); }
H1.HeaderClassName
{
color: #8ADCDA;
}
.AnyTagClassName
{
color: #8ADCDA;
}
</style>
background-color css
<style>
a { background-color: #8ADCDA; }
a { background-color: rgb(138,220,218); }
div.DivClassName
{
background-color: #8ADCDA;
}
.BgClassName
{
background-color: #8ADCDA;
}
</style>
border-color css
<style>
span { border-color: #8ADCDA; }
span { border-color: rgb(138,220,218); }
td.TdClassName
{
border-color: #8ADCDA;
}
.TagClassName
{
border-color: #8ADCDA;
}
</style>