Shades of Riptide #95DBCA
Tints of Riptide #95DBCA
RGB
CMYK
RGB Variations
Color information
#95DBCA (or 0x95DBCA) is known color: Riptide. HEX triplet: 95, DB and CA. RGB value is (149,219,202). Sum of RGB (Red+Green+Blue) = 149+219+202=570 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.14% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #95DBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DBCA is #6A2435. Grayscale: #C4C4C4. Windows color (decimal): -6956086 or 13294485. OLE color: 13294485.
HSL color Cylindrical-coordinate representation of color #95DBCA: hue angle of 165.43º degrees, saturation: 0.49, 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 #95DBCA is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 219 | 202 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.14 |
| HSL | 165.43º | 0.49% | 0.72% | - |
| HSV(B) | 165.43º | 0.32% | 0.86% | - |
| XYZ | 48.39 | 61.32 | 65.16 | - |
| YUV | 196.13 | 131.31 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 219 | 202 | 0.32 | 0 | 0.08 | 0.14 | 165.43 | 0.49 | 0.72 |
| Hex | 95 | DB | CA | 20 | 0 | 8 | E | A5 | 31 | 48 |
| Octal | 225 | 333 | 312 | 40 | 0 | 10 | 16 | 245 | 61 | 110 |
| Binary | 10010101 | 11011011 | 11001010 | 100000 | 0 | 1000 | 1110 | 10100101 | 110001 | 1001000 |
Color Harmonies of #95DBCA
Complementary color
Monochromatic Colors of #95DBCA
Black with #95DBCA
Text Example
Text Example
White with #95DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DBCA; }
p { color: rgb(149,219,202); }
H1.HeaderClassName
{
color: #95DBCA;
}
.AnyTagClassName
{
color: #95DBCA;
}
</style>
background-color css
<style>
a { background-color: #95DBCA; }
a { background-color: rgb(149,219,202); }
div.DivClassName
{
background-color: #95DBCA;
}
.BgClassName
{
background-color: #95DBCA;
}
</style>
border-color css
<style>
span { border-color: #95DBCA; }
span { border-color: rgb(149,219,202); }
td.TdClassName
{
border-color: #95DBCA;
}
.TagClassName
{
border-color: #95DBCA;
}
</style>