Shades of Riptide #90DECB
Tints of Riptide #90DECB
RGB
CMYK
RGB Variations
Color information
#90DECB (or 0x90DECB) is known color: Riptide. HEX triplet: 90, DE and CB. RGB value is (144,222,203). Sum of RGB (Red+Green+Blue) = 144+222+203=569 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.31% from 569); Green value is 222 (87.11% from 255 or 39.02% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 222 - color contains mainly: green. Hex color #90DECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DECB is #6F2134. Grayscale: #C4C4C4. Windows color (decimal): -7282997 or 13360784. OLE color: 13360784.
HSL color Cylindrical-coordinate representation of color #90DECB: hue angle of 165.38º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90DECB is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 222 | 203 | - |
| CMYK | 0.35 | 0 | 0.09 | 0.13 |
| HSL | 165.38º | 0.54% | 0.72% | - |
| HSV(B) | 165.38º | 0.35% | 0.87% | - |
| XYZ | 48.4 | 62.48 | 66.01 | - |
| YUV | 196.51 | 131.66 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 222 | 203 | 0.35 | 0 | 0.09 | 0.13 | 165.38 | 0.54 | 0.72 |
| Hex | 90 | DE | CB | 23 | 0 | 9 | D | A5 | 36 | 48 |
| Octal | 220 | 336 | 313 | 43 | 0 | 11 | 15 | 245 | 66 | 110 |
| Binary | 10010000 | 11011110 | 11001011 | 100011 | 0 | 1001 | 1101 | 10100101 | 110110 | 1001000 |
Color Harmonies of #90DECB
Complementary color
Monochromatic Colors of #90DECB
Black with #90DECB
Text Example
Text Example
White with #90DECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DECB; }
p { color: rgb(144,222,203); }
H1.HeaderClassName
{
color: #90DECB;
}
.AnyTagClassName
{
color: #90DECB;
}
</style>
background-color css
<style>
a { background-color: #90DECB; }
a { background-color: rgb(144,222,203); }
div.DivClassName
{
background-color: #90DECB;
}
.BgClassName
{
background-color: #90DECB;
}
</style>
border-color css
<style>
span { border-color: #90DECB; }
span { border-color: rgb(144,222,203); }
td.TdClassName
{
border-color: #90DECB;
}
.TagClassName
{
border-color: #90DECB;
}
</style>