Shades of Riptide #9BDBCA
Tints of Riptide #9BDBCA
RGB
CMYK
RGB Variations
Color information
#9BDBCA (or 0x9BDBCA) is known color: Riptide. HEX triplet: 9B, DB and CA. RGB value is (155,219,202). Sum of RGB (Red+Green+Blue) = 155+219+202=576 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.91% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDBCA is #642435. Grayscale: #C5C5C5. Windows color (decimal): -6562870 or 13294491. OLE color: 13294491.
HSL color Cylindrical-coordinate representation of color #9BDBCA: hue angle of 164.06º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BDBCA is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 219 | 202 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.14 |
| HSL | 164.06º | 0.47% | 0.73% | - |
| HSV(B) | 164.06º | 0.29% | 0.86% | - |
| XYZ | 49.51 | 61.9 | 65.21 | - |
| YUV | 197.93 | 130.3 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 219 | 202 | 0.29 | 0 | 0.08 | 0.14 | 164.06 | 0.47 | 0.73 |
| Hex | 9B | DB | CA | 1D | 0 | 8 | E | A4 | 2F | 49 |
| Octal | 233 | 333 | 312 | 35 | 0 | 10 | 16 | 244 | 57 | 111 |
| Binary | 10011011 | 11011011 | 11001010 | 11101 | 0 | 1000 | 1110 | 10100100 | 101111 | 1001001 |
Color Harmonies of #9BDBCA
Complementary color
Monochromatic Colors of #9BDBCA
Black with #9BDBCA
Text Example
Text Example
White with #9BDBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDBCA; }
p { color: rgb(155,219,202); }
H1.HeaderClassName
{
color: #9BDBCA;
}
.AnyTagClassName
{
color: #9BDBCA;
}
</style>
background-color css
<style>
a { background-color: #9BDBCA; }
a { background-color: rgb(155,219,202); }
div.DivClassName
{
background-color: #9BDBCA;
}
.BgClassName
{
background-color: #9BDBCA;
}
</style>
border-color css
<style>
span { border-color: #9BDBCA; }
span { border-color: rgb(155,219,202); }
td.TdClassName
{
border-color: #9BDBCA;
}
.TagClassName
{
border-color: #9BDBCA;
}
</style>