Shades of Riptide #8AEADD
Tints of Riptide #8AEADD
RGB
CMYK
RGB Variations
Color information
#8AEADD (or 0x8AEADD) is known color: Riptide. HEX triplet: 8A, EA and DD. RGB value is (138,234,221). Sum of RGB (Red+Green+Blue) = 138+234+221=593 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.27% from 593); Green value is 234 (91.80% from 255 or 39.46% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 234 - color contains mainly: green. Hex color #8AEADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEADD is #751522. Grayscale: #CBCBCB. Windows color (decimal): -7673123 or 14543498. OLE color: 14543498.
HSL color Cylindrical-coordinate representation of color #8AEADD: hue angle of 171.88º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AEADD is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 234 | 221 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.08 |
| HSL | 171.88º | 0.7% | 0.73% | - |
| HSV(B) | 171.88º | 0.41% | 0.92% | - |
| XYZ | 52.96 | 69.47 | 79.02 | - |
| YUV | 203.81 | 137.7 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 234 | 221 | 0.41 | 0 | 0.06 | 0.08 | 171.88 | 0.7 | 0.73 |
| Hex | 8A | EA | DD | 29 | 0 | 6 | 8 | AC | 46 | 49 |
| Octal | 212 | 352 | 335 | 51 | 0 | 6 | 10 | 254 | 106 | 111 |
| Binary | 10001010 | 11101010 | 11011101 | 101001 | 0 | 110 | 1000 | 10101100 | 1000110 | 1001001 |
Color Harmonies of #8AEADD
Complementary color
Monochromatic Colors of #8AEADD
Black with #8AEADD
Text Example
Text Example
White with #8AEADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEADD; }
p { color: rgb(138,234,221); }
H1.HeaderClassName
{
color: #8AEADD;
}
.AnyTagClassName
{
color: #8AEADD;
}
</style>
background-color css
<style>
a { background-color: #8AEADD; }
a { background-color: rgb(138,234,221); }
div.DivClassName
{
background-color: #8AEADD;
}
.BgClassName
{
background-color: #8AEADD;
}
</style>
border-color css
<style>
span { border-color: #8AEADD; }
span { border-color: rgb(138,234,221); }
td.TdClassName
{
border-color: #8AEADD;
}
.TagClassName
{
border-color: #8AEADD;
}
</style>