Shades of Riptide #8ADAC9
Tints of Riptide #8ADAC9
RGB
CMYK
RGB Variations
Color information
#8ADAC9 (or 0x8ADAC9) is known color: Riptide. HEX triplet: 8A, DA and C9. RGB value is (138,218,201). Sum of RGB (Red+Green+Blue) = 138+218+201=557 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.78% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 201 (78.91% from 255 or 36.09% from 557); Max value from RGB is 218 - color contains mainly: green. Hex color #8ADAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADAC9 is #752536. Grayscale: #C0C0C0. Windows color (decimal): -7677239 or 13228682. OLE color: 13228682.
HSL color Cylindrical-coordinate representation of color #8ADAC9: hue angle of 167.25º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADAC9 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 218 | 201 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.15 |
| HSL | 167.25º | 0.52% | 0.7% | - |
| HSV(B) | 167.25º | 0.37% | 0.85% | - |
| XYZ | 46.1 | 59.76 | 64.36 | - |
| YUV | 192.14 | 133 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 218 | 201 | 0.37 | 0 | 0.08 | 0.15 | 167.25 | 0.52 | 0.7 |
| Hex | 8A | DA | C9 | 25 | 0 | 8 | F | A7 | 34 | 46 |
| Octal | 212 | 332 | 311 | 45 | 0 | 10 | 17 | 247 | 64 | 106 |
| Binary | 10001010 | 11011010 | 11001001 | 100101 | 0 | 1000 | 1111 | 10100111 | 110100 | 1000110 |
Color Harmonies of #8ADAC9
Complementary color
Monochromatic Colors of #8ADAC9
Black with #8ADAC9
Text Example
Text Example
White with #8ADAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADAC9; }
p { color: rgb(138,218,201); }
H1.HeaderClassName
{
color: #8ADAC9;
}
.AnyTagClassName
{
color: #8ADAC9;
}
</style>
background-color css
<style>
a { background-color: #8ADAC9; }
a { background-color: rgb(138,218,201); }
div.DivClassName
{
background-color: #8ADAC9;
}
.BgClassName
{
background-color: #8ADAC9;
}
</style>
border-color css
<style>
span { border-color: #8ADAC9; }
span { border-color: rgb(138,218,201); }
td.TdClassName
{
border-color: #8ADAC9;
}
.TagClassName
{
border-color: #8ADAC9;
}
</style>