Shades of Riptide #8ADFDC
Tints of Riptide #8ADFDC
RGB
CMYK
RGB Variations
Color information
#8ADFDC (or 0x8ADFDC) is known color: Riptide. HEX triplet: 8A, DF and DC. RGB value is (138,223,220). Sum of RGB (Red+Green+Blue) = 138+223+220=581 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.75% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADFDC is #752023. Grayscale: #C5C5C5. Windows color (decimal): -7675940 or 14475146. OLE color: 14475146.
HSL color Cylindrical-coordinate representation of color #8ADFDC: hue angle of 177.88º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADFDC is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 223 | 220 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.13 |
| HSL | 177.88º | 0.57% | 0.71% | - |
| HSV(B) | 177.88º | 0.38% | 0.87% | - |
| XYZ | 49.79 | 63.35 | 77.31 | - |
| YUV | 197.24 | 140.84 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 223 | 220 | 0.38 | 0 | 0.01 | 0.13 | 177.88 | 0.57 | 0.71 |
| Hex | 8A | DF | DC | 26 | 0 | 1 | D | B2 | 39 | 47 |
| Octal | 212 | 337 | 334 | 46 | 0 | 1 | 15 | 262 | 71 | 107 |
| Binary | 10001010 | 11011111 | 11011100 | 100110 | 0 | 1 | 1101 | 10110010 | 111001 | 1000111 |
Color Harmonies of #8ADFDC
Complementary color
Monochromatic Colors of #8ADFDC
Black with #8ADFDC
Text Example
Text Example
White with #8ADFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADFDC; }
p { color: rgb(138,223,220); }
H1.HeaderClassName
{
color: #8ADFDC;
}
.AnyTagClassName
{
color: #8ADFDC;
}
</style>
background-color css
<style>
a { background-color: #8ADFDC; }
a { background-color: rgb(138,223,220); }
div.DivClassName
{
background-color: #8ADFDC;
}
.BgClassName
{
background-color: #8ADFDC;
}
</style>
border-color css
<style>
span { border-color: #8ADFDC; }
span { border-color: rgb(138,223,220); }
td.TdClassName
{
border-color: #8ADFDC;
}
.TagClassName
{
border-color: #8ADFDC;
}
</style>