Shades of Riptide #90D8CB
Tints of Riptide #90D8CB
RGB
CMYK
RGB Variations
Color information
#90D8CB (or 0x90D8CB) is known color: Riptide. HEX triplet: 90, D8 and CB. RGB value is (144,216,203). Sum of RGB (Red+Green+Blue) = 144+216+203=563 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.58% from 563); Green value is 216 (84.77% from 255 or 38.37% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 216 - color contains mainly: green. Hex color #90D8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D8CB is #6F2734. Grayscale: #C0C0C0. Windows color (decimal): -7284533 or 13359248. OLE color: 13359248.
HSL color Cylindrical-coordinate representation of color #90D8CB: hue angle of 169.17º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90D8CB is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 216 | 203 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.15 |
| HSL | 169.17º | 0.48% | 0.71% | - |
| HSV(B) | 169.17º | 0.33% | 0.85% | - |
| XYZ | 46.84 | 59.35 | 65.49 | - |
| YUV | 192.99 | 133.65 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 216 | 203 | 0.33 | 0 | 0.06 | 0.15 | 169.17 | 0.48 | 0.71 |
| Hex | 90 | D8 | CB | 21 | 0 | 6 | F | A9 | 30 | 47 |
| Octal | 220 | 330 | 313 | 41 | 0 | 6 | 17 | 251 | 60 | 107 |
| Binary | 10010000 | 11011000 | 11001011 | 100001 | 0 | 110 | 1111 | 10101001 | 110000 | 1000111 |
Color Harmonies of #90D8CB
Complementary color
Monochromatic Colors of #90D8CB
Black with #90D8CB
Text Example
Text Example
White with #90D8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D8CB; }
p { color: rgb(144,216,203); }
H1.HeaderClassName
{
color: #90D8CB;
}
.AnyTagClassName
{
color: #90D8CB;
}
</style>
background-color css
<style>
a { background-color: #90D8CB; }
a { background-color: rgb(144,216,203); }
div.DivClassName
{
background-color: #90D8CB;
}
.BgClassName
{
background-color: #90D8CB;
}
</style>
border-color css
<style>
span { border-color: #90D8CB; }
span { border-color: rgb(144,216,203); }
td.TdClassName
{
border-color: #90D8CB;
}
.TagClassName
{
border-color: #90D8CB;
}
</style>