Shades of Riptide #8ADBD4
Tints of Riptide #8ADBD4
RGB
CMYK
RGB Variations
Color information
#8ADBD4 (or 0x8ADBD4) is known color: Riptide. HEX triplet: 8A, DB and D4. RGB value is (138,219,212). Sum of RGB (Red+Green+Blue) = 138+219+212=569 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.25% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 212 (83.20% from 255 or 37.26% from 569); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADBD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADBD4 is #75242B. Grayscale: #C1C1C1. Windows color (decimal): -7676972 or 13949834. OLE color: 13949834.
HSL color Cylindrical-coordinate representation of color #8ADBD4: hue angle of 174.81º degrees, saturation: 0.53, 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 #8ADBD4 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 219 | 212 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.14 |
| HSL | 174.81º | 0.53% | 0.7% | - |
| HSV(B) | 174.81º | 0.37% | 0.86% | - |
| XYZ | 47.7 | 60.82 | 71.51 | - |
| YUV | 193.98 | 138.16 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 219 | 212 | 0.37 | 0 | 0.03 | 0.14 | 174.81 | 0.53 | 0.7 |
| Hex | 8A | DB | D4 | 25 | 0 | 3 | E | AF | 35 | 46 |
| Octal | 212 | 333 | 324 | 45 | 0 | 3 | 16 | 257 | 65 | 106 |
| Binary | 10001010 | 11011011 | 11010100 | 100101 | 0 | 11 | 1110 | 10101111 | 110101 | 1000110 |
Color Harmonies of #8ADBD4
Complementary color
Monochromatic Colors of #8ADBD4
Black with #8ADBD4
Text Example
Text Example
White with #8ADBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADBD4; }
p { color: rgb(138,219,212); }
H1.HeaderClassName
{
color: #8ADBD4;
}
.AnyTagClassName
{
color: #8ADBD4;
}
</style>
background-color css
<style>
a { background-color: #8ADBD4; }
a { background-color: rgb(138,219,212); }
div.DivClassName
{
background-color: #8ADBD4;
}
.BgClassName
{
background-color: #8ADBD4;
}
</style>
border-color css
<style>
span { border-color: #8ADBD4; }
span { border-color: rgb(138,219,212); }
td.TdClassName
{
border-color: #8ADBD4;
}
.TagClassName
{
border-color: #8ADBD4;
}
</style>