Shades of Riptide #90DCCF
Tints of Riptide #90DCCF
RGB
CMYK
RGB Variations
Color information
#90DCCF (or 0x90DCCF) is known color: Riptide. HEX triplet: 90, DC and CF. RGB value is (144,220,207). Sum of RGB (Red+Green+Blue) = 144+220+207=571 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.22% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 220 - color contains mainly: green. Hex color #90DCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DCCF is #6F2330. Grayscale: #C3C3C3. Windows color (decimal): -7283505 or 13622416. OLE color: 13622416.
HSL color Cylindrical-coordinate representation of color #90DCCF: hue angle of 169.74º 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 #90DCCF is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 220 | 207 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.14 |
| HSL | 169.74º | 0.52% | 0.71% | - |
| HSV(B) | 169.74º | 0.35% | 0.86% | - |
| XYZ | 48.36 | 61.62 | 68.38 | - |
| YUV | 195.79 | 134.32 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 220 | 207 | 0.35 | 0 | 0.06 | 0.14 | 169.74 | 0.52 | 0.71 |
| Hex | 90 | DC | CF | 23 | 0 | 6 | E | AA | 34 | 47 |
| Octal | 220 | 334 | 317 | 43 | 0 | 6 | 16 | 252 | 64 | 107 |
| Binary | 10010000 | 11011100 | 11001111 | 100011 | 0 | 110 | 1110 | 10101010 | 110100 | 1000111 |
Color Harmonies of #90DCCF
Complementary color
Monochromatic Colors of #90DCCF
Black with #90DCCF
Text Example
Text Example
White with #90DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DCCF; }
p { color: rgb(144,220,207); }
H1.HeaderClassName
{
color: #90DCCF;
}
.AnyTagClassName
{
color: #90DCCF;
}
</style>
background-color css
<style>
a { background-color: #90DCCF; }
a { background-color: rgb(144,220,207); }
div.DivClassName
{
background-color: #90DCCF;
}
.BgClassName
{
background-color: #90DCCF;
}
</style>
border-color css
<style>
span { border-color: #90DCCF; }
span { border-color: rgb(144,220,207); }
td.TdClassName
{
border-color: #90DCCF;
}
.TagClassName
{
border-color: #90DCCF;
}
</style>