Shades of Riptide #94DCCF
Tints of Riptide #94DCCF
RGB
CMYK
RGB Variations
Color information
#94DCCF (or 0x94DCCF) is known color: Riptide. HEX triplet: 94, DC and CF. RGB value is (148,220,207). Sum of RGB (Red+Green+Blue) = 148+220+207=575 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.74% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 220 - color contains mainly: green. Hex color #94DCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DCCF is #6B2330. Grayscale: #C4C4C4. Windows color (decimal): -7021361 or 13622420. OLE color: 13622420.
HSL color Cylindrical-coordinate representation of color #94DCCF: hue angle of 169.17º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DCCF is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 220 | 207 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.14 |
| HSL | 169.17º | 0.51% | 0.72% | - |
| HSV(B) | 169.17º | 0.33% | 0.86% | - |
| XYZ | 49.07 | 61.99 | 68.41 | - |
| YUV | 196.99 | 133.65 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 220 | 207 | 0.33 | 0 | 0.06 | 0.14 | 169.17 | 0.51 | 0.72 |
| Hex | 94 | DC | CF | 21 | 0 | 6 | E | A9 | 33 | 48 |
| Octal | 224 | 334 | 317 | 41 | 0 | 6 | 16 | 251 | 63 | 110 |
| Binary | 10010100 | 11011100 | 11001111 | 100001 | 0 | 110 | 1110 | 10101001 | 110011 | 1001000 |
Color Harmonies of #94DCCF
Complementary color
Monochromatic Colors of #94DCCF
Black with #94DCCF
Text Example
Text Example
White with #94DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DCCF; }
p { color: rgb(148,220,207); }
H1.HeaderClassName
{
color: #94DCCF;
}
.AnyTagClassName
{
color: #94DCCF;
}
</style>
background-color css
<style>
a { background-color: #94DCCF; }
a { background-color: rgb(148,220,207); }
div.DivClassName
{
background-color: #94DCCF;
}
.BgClassName
{
background-color: #94DCCF;
}
</style>
border-color css
<style>
span { border-color: #94DCCF; }
span { border-color: rgb(148,220,207); }
td.TdClassName
{
border-color: #94DCCF;
}
.TagClassName
{
border-color: #94DCCF;
}
</style>