Shades of Riptide #8ADBD2
Tints of Riptide #8ADBD2
RGB
CMYK
RGB Variations
Color information
#8ADBD2 (or 0x8ADBD2) is known color: Riptide. HEX triplet: 8A, DB and D2. RGB value is (138,219,210). Sum of RGB (Red+Green+Blue) = 138+219+210=567 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.34% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 210 (82.42% from 255 or 37.04% from 567); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADBD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADBD2 is #75242D. Grayscale: #C1C1C1. Windows color (decimal): -7676974 or 13818762. OLE color: 13818762.
HSL color Cylindrical-coordinate representation of color #8ADBD2: hue angle of 173.33º 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 #8ADBD2 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 219 | 210 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.14 |
| HSL | 173.33º | 0.53% | 0.7% | - |
| HSV(B) | 173.33º | 0.37% | 0.86% | - |
| XYZ | 47.45 | 60.72 | 70.19 | - |
| YUV | 193.76 | 137.16 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 219 | 210 | 0.37 | 0 | 0.04 | 0.14 | 173.33 | 0.53 | 0.7 |
| Hex | 8A | DB | D2 | 25 | 0 | 4 | E | AD | 35 | 46 |
| Octal | 212 | 333 | 322 | 45 | 0 | 4 | 16 | 255 | 65 | 106 |
| Binary | 10001010 | 11011011 | 11010010 | 100101 | 0 | 100 | 1110 | 10101101 | 110101 | 1000110 |
Color Harmonies of #8ADBD2
Complementary color
Monochromatic Colors of #8ADBD2
Black with #8ADBD2
Text Example
Text Example
White with #8ADBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADBD2; }
p { color: rgb(138,219,210); }
H1.HeaderClassName
{
color: #8ADBD2;
}
.AnyTagClassName
{
color: #8ADBD2;
}
</style>
background-color css
<style>
a { background-color: #8ADBD2; }
a { background-color: rgb(138,219,210); }
div.DivClassName
{
background-color: #8ADBD2;
}
.BgClassName
{
background-color: #8ADBD2;
}
</style>
border-color css
<style>
span { border-color: #8ADBD2; }
span { border-color: rgb(138,219,210); }
td.TdClassName
{
border-color: #8ADBD2;
}
.TagClassName
{
border-color: #8ADBD2;
}
</style>