Shades of Riptide #90DCCD
Tints of Riptide #90DCCD
RGB
CMYK
RGB Variations
Color information
#90DCCD (or 0x90DCCD) is known color: Riptide. HEX triplet: 90, DC and CD. RGB value is (144,220,205). Sum of RGB (Red+Green+Blue) = 144+220+205=569 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.31% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 220 - color contains mainly: green. Hex color #90DCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DCCD is #6F2332. Grayscale: #C3C3C3. Windows color (decimal): -7283507 or 13491344. OLE color: 13491344.
HSL color Cylindrical-coordinate representation of color #90DCCD: hue angle of 168.16º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90DCCD is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 220 | 205 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.14 |
| HSL | 168.16º | 0.52% | 0.71% | - |
| HSV(B) | 168.16º | 0.35% | 0.86% | - |
| XYZ | 48.11 | 61.52 | 67.1 | - |
| YUV | 195.57 | 133.32 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 220 | 205 | 0.35 | 0 | 0.07 | 0.14 | 168.16 | 0.52 | 0.71 |
| Hex | 90 | DC | CD | 23 | 0 | 7 | E | A8 | 34 | 47 |
| Octal | 220 | 334 | 315 | 43 | 0 | 7 | 16 | 250 | 64 | 107 |
| Binary | 10010000 | 11011100 | 11001101 | 100011 | 0 | 111 | 1110 | 10101000 | 110100 | 1000111 |
Color Harmonies of #90DCCD
Complementary color
Monochromatic Colors of #90DCCD
Black with #90DCCD
Text Example
Text Example
White with #90DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DCCD; }
p { color: rgb(144,220,205); }
H1.HeaderClassName
{
color: #90DCCD;
}
.AnyTagClassName
{
color: #90DCCD;
}
</style>
background-color css
<style>
a { background-color: #90DCCD; }
a { background-color: rgb(144,220,205); }
div.DivClassName
{
background-color: #90DCCD;
}
.BgClassName
{
background-color: #90DCCD;
}
</style>
border-color css
<style>
span { border-color: #90DCCD; }
span { border-color: rgb(144,220,205); }
td.TdClassName
{
border-color: #90DCCD;
}
.TagClassName
{
border-color: #90DCCD;
}
</style>