Shades of Riptide #9ADBC3
Tints of Riptide #9ADBC3
RGB
CMYK
RGB Variations
Color information
#9ADBC3 (or 0x9ADBC3) is known color: Riptide. HEX triplet: 9A, DB and C3. RGB value is (154,219,195). Sum of RGB (Red+Green+Blue) = 154+219+195=568 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.11% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 195 (76.56% from 255 or 34.33% from 568); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADBC3 is #65243C. Grayscale: #C4C4C4. Windows color (decimal): -6628413 or 12835738. OLE color: 12835738.
HSL color Cylindrical-coordinate representation of color #9ADBC3: hue angle of 157.85º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADBC3 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 195 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.14 |
| HSL | 157.85º | 0.47% | 0.73% | - |
| HSV(B) | 157.85º | 0.3% | 0.86% | - |
| XYZ | 48.51 | 61.47 | 60.94 | - |
| YUV | 196.83 | 126.97 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 195 | 0.30 | 0 | 0.11 | 0.14 | 157.85 | 0.47 | 0.73 |
| Hex | 9A | DB | C3 | 1E | 0 | B | E | 9E | 2F | 49 |
| Octal | 232 | 333 | 303 | 36 | 0 | 13 | 16 | 236 | 57 | 111 |
| Binary | 10011010 | 11011011 | 11000011 | 11110 | 0 | 1011 | 1110 | 10011110 | 101111 | 1001001 |
Color Harmonies of #9ADBC3
Complementary color
Monochromatic Colors of #9ADBC3
Black with #9ADBC3
Text Example
Text Example
White with #9ADBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADBC3; }
p { color: rgb(154,219,195); }
H1.HeaderClassName
{
color: #9ADBC3;
}
.AnyTagClassName
{
color: #9ADBC3;
}
</style>
background-color css
<style>
a { background-color: #9ADBC3; }
a { background-color: rgb(154,219,195); }
div.DivClassName
{
background-color: #9ADBC3;
}
.BgClassName
{
background-color: #9ADBC3;
}
</style>
border-color css
<style>
span { border-color: #9ADBC3; }
span { border-color: rgb(154,219,195); }
td.TdClassName
{
border-color: #9ADBC3;
}
.TagClassName
{
border-color: #9ADBC3;
}
</style>