Shades of Riptide #95DCCF
Tints of Riptide #95DCCF
RGB
CMYK
RGB Variations
Color information
#95DCCF (or 0x95DCCF) is known color: Riptide. HEX triplet: 95, DC and CF. RGB value is (149,220,207). Sum of RGB (Red+Green+Blue) = 149+220+207=576 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.87% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 220 - color contains mainly: green. Hex color #95DCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DCCF is #6A2330. Grayscale: #C5C5C5. Windows color (decimal): -6955825 or 13622421. OLE color: 13622421.
HSL color Cylindrical-coordinate representation of color #95DCCF: hue angle of 169.01º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DCCF is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 220 | 207 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.14 |
| HSL | 169.01º | 0.5% | 0.72% | - |
| HSV(B) | 169.01º | 0.32% | 0.86% | - |
| XYZ | 49.25 | 62.08 | 68.42 | - |
| YUV | 197.29 | 133.48 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 220 | 207 | 0.32 | 0 | 0.06 | 0.14 | 169.01 | 0.5 | 0.72 |
| Hex | 95 | DC | CF | 20 | 0 | 6 | E | A9 | 32 | 48 |
| Octal | 225 | 334 | 317 | 40 | 0 | 6 | 16 | 251 | 62 | 110 |
| Binary | 10010101 | 11011100 | 11001111 | 100000 | 0 | 110 | 1110 | 10101001 | 110010 | 1001000 |
Color Harmonies of #95DCCF
Complementary color
Monochromatic Colors of #95DCCF
Black with #95DCCF
Text Example
Text Example
White with #95DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DCCF; }
p { color: rgb(149,220,207); }
H1.HeaderClassName
{
color: #95DCCF;
}
.AnyTagClassName
{
color: #95DCCF;
}
</style>
background-color css
<style>
a { background-color: #95DCCF; }
a { background-color: rgb(149,220,207); }
div.DivClassName
{
background-color: #95DCCF;
}
.BgClassName
{
background-color: #95DCCF;
}
</style>
border-color css
<style>
span { border-color: #95DCCF; }
span { border-color: rgb(149,220,207); }
td.TdClassName
{
border-color: #95DCCF;
}
.TagClassName
{
border-color: #95DCCF;
}
</style>