Shades of Riptide #8ADECB
Tints of Riptide #8ADECB
RGB
CMYK
RGB Variations
Color information
#8ADECB (or 0x8ADECB) is known color: Riptide. HEX triplet: 8A, DE and CB. RGB value is (138,222,203). Sum of RGB (Red+Green+Blue) = 138+222+203=563 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.51% from 563); Green value is 222 (87.11% from 255 or 39.43% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADECB is #752134. Grayscale: #C2C2C2. Windows color (decimal): -7676213 or 13360778. OLE color: 13360778.
HSL color Cylindrical-coordinate representation of color #8ADECB: hue angle of 166.43º degrees, saturation: 0.56, 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 #8ADECB is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 222 | 203 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.13 |
| HSL | 166.43º | 0.56% | 0.71% | - |
| HSV(B) | 166.43º | 0.38% | 0.87% | - |
| XYZ | 47.38 | 61.96 | 65.96 | - |
| YUV | 194.72 | 132.67 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 222 | 203 | 0.38 | 0 | 0.09 | 0.13 | 166.43 | 0.56 | 0.71 |
| Hex | 8A | DE | CB | 26 | 0 | 9 | D | A6 | 38 | 47 |
| Octal | 212 | 336 | 313 | 46 | 0 | 11 | 15 | 246 | 70 | 107 |
| Binary | 10001010 | 11011110 | 11001011 | 100110 | 0 | 1001 | 1101 | 10100110 | 111000 | 1000111 |
Color Harmonies of #8ADECB
Complementary color
Monochromatic Colors of #8ADECB
Black with #8ADECB
Text Example
Text Example
White with #8ADECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADECB; }
p { color: rgb(138,222,203); }
H1.HeaderClassName
{
color: #8ADECB;
}
.AnyTagClassName
{
color: #8ADECB;
}
</style>
background-color css
<style>
a { background-color: #8ADECB; }
a { background-color: rgb(138,222,203); }
div.DivClassName
{
background-color: #8ADECB;
}
.BgClassName
{
background-color: #8ADECB;
}
</style>
border-color css
<style>
span { border-color: #8ADECB; }
span { border-color: rgb(138,222,203); }
td.TdClassName
{
border-color: #8ADECB;
}
.TagClassName
{
border-color: #8ADECB;
}
</style>