Shades of Riptide #90DBC8
Tints of Riptide #90DBC8
RGB
CMYK
RGB Variations
Color information
#90DBC8 (or 0x90DBC8) is known color: Riptide. HEX triplet: 90, DB and C8. RGB value is (144,219,200). Sum of RGB (Red+Green+Blue) = 144+219+200=563 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.58% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 200 (78.52% from 255 or 35.52% from 563); Max value from RGB is 219 - color contains mainly: green. Hex color #90DBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DBC8 is #6F2437. Grayscale: #C2C2C2. Windows color (decimal): -7283768 or 13163408. OLE color: 13163408.
HSL color Cylindrical-coordinate representation of color #90DBC8: hue angle of 164.8º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90DBC8 is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 219 | 200 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.14 |
| HSL | 164.8º | 0.51% | 0.71% | - |
| HSV(B) | 164.8º | 0.34% | 0.86% | - |
| XYZ | 47.26 | 60.76 | 63.88 | - |
| YUV | 194.41 | 131.15 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 219 | 200 | 0.34 | 0 | 0.09 | 0.14 | 164.8 | 0.51 | 0.71 |
| Hex | 90 | DB | C8 | 22 | 0 | 9 | E | A5 | 33 | 47 |
| Octal | 220 | 333 | 310 | 42 | 0 | 11 | 16 | 245 | 63 | 107 |
| Binary | 10010000 | 11011011 | 11001000 | 100010 | 0 | 1001 | 1110 | 10100101 | 110011 | 1000111 |
Color Harmonies of #90DBC8
Complementary color
Monochromatic Colors of #90DBC8
Black with #90DBC8
Text Example
Text Example
White with #90DBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DBC8; }
p { color: rgb(144,219,200); }
H1.HeaderClassName
{
color: #90DBC8;
}
.AnyTagClassName
{
color: #90DBC8;
}
</style>
background-color css
<style>
a { background-color: #90DBC8; }
a { background-color: rgb(144,219,200); }
div.DivClassName
{
background-color: #90DBC8;
}
.BgClassName
{
background-color: #90DBC8;
}
</style>
border-color css
<style>
span { border-color: #90DBC8; }
span { border-color: rgb(144,219,200); }
td.TdClassName
{
border-color: #90DBC8;
}
.TagClassName
{
border-color: #90DBC8;
}
</style>