Shades of Riptide #8ADCCB
Tints of Riptide #8ADCCB
RGB
CMYK
RGB Variations
Color information
#8ADCCB (or 0x8ADCCB) is known color: Riptide. HEX triplet: 8A, DC and CB. RGB value is (138,220,203). Sum of RGB (Red+Green+Blue) = 138+220+203=561 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.60% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADCCB is #752334. Grayscale: #C1C1C1. Windows color (decimal): -7676725 or 13360266. OLE color: 13360266.
HSL color Cylindrical-coordinate representation of color #8ADCCB: hue angle of 167.56º degrees, saturation: 0.54, 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 #8ADCCB is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 220 | 203 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.14 |
| HSL | 167.56º | 0.54% | 0.7% | - |
| HSV(B) | 167.56º | 0.37% | 0.86% | - |
| XYZ | 46.85 | 60.9 | 65.79 | - |
| YUV | 193.54 | 133.33 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 203 | 0.37 | 0 | 0.08 | 0.14 | 167.56 | 0.54 | 0.7 |
| Hex | 8A | DC | CB | 25 | 0 | 8 | E | A8 | 36 | 46 |
| Octal | 212 | 334 | 313 | 45 | 0 | 10 | 16 | 250 | 66 | 106 |
| Binary | 10001010 | 11011100 | 11001011 | 100101 | 0 | 1000 | 1110 | 10101000 | 110110 | 1000110 |
Color Harmonies of #8ADCCB
Complementary color
Monochromatic Colors of #8ADCCB
Black with #8ADCCB
Text Example
Text Example
White with #8ADCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADCCB; }
p { color: rgb(138,220,203); }
H1.HeaderClassName
{
color: #8ADCCB;
}
.AnyTagClassName
{
color: #8ADCCB;
}
</style>
background-color css
<style>
a { background-color: #8ADCCB; }
a { background-color: rgb(138,220,203); }
div.DivClassName
{
background-color: #8ADCCB;
}
.BgClassName
{
background-color: #8ADCCB;
}
</style>
border-color css
<style>
span { border-color: #8ADCCB; }
span { border-color: rgb(138,220,203); }
td.TdClassName
{
border-color: #8ADCCB;
}
.TagClassName
{
border-color: #8ADCCB;
}
</style>