Shades of Riptide #9ADECB
Tints of Riptide #9ADECB
RGB
CMYK
RGB Variations
Color information
#9ADECB (or 0x9ADECB) is known color: Riptide. HEX triplet: 9A, DE and CB. RGB value is (154,222,203). Sum of RGB (Red+Green+Blue) = 154+222+203=579 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.60% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADECB is #652134. Grayscale: #C7C7C7. Windows color (decimal): -6627637 or 13360794. OLE color: 13360794.
HSL color Cylindrical-coordinate representation of color #9ADECB: hue angle of 163.24º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ADECB is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 222 | 203 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.13 |
| HSL | 163.24º | 0.51% | 0.74% | - |
| HSV(B) | 163.24º | 0.31% | 0.87% | - |
| XYZ | 50.23 | 63.42 | 66.09 | - |
| YUV | 199.5 | 129.97 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 222 | 203 | 0.31 | 0 | 0.09 | 0.13 | 163.24 | 0.51 | 0.74 |
| Hex | 9A | DE | CB | 1F | 0 | 9 | D | A3 | 33 | 4A |
| Octal | 232 | 336 | 313 | 37 | 0 | 11 | 15 | 243 | 63 | 112 |
| Binary | 10011010 | 11011110 | 11001011 | 11111 | 0 | 1001 | 1101 | 10100011 | 110011 | 1001010 |
Color Harmonies of #9ADECB
Complementary color
Monochromatic Colors of #9ADECB
Black with #9ADECB
Text Example
Text Example
White with #9ADECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADECB; }
p { color: rgb(154,222,203); }
H1.HeaderClassName
{
color: #9ADECB;
}
.AnyTagClassName
{
color: #9ADECB;
}
</style>
background-color css
<style>
a { background-color: #9ADECB; }
a { background-color: rgb(154,222,203); }
div.DivClassName
{
background-color: #9ADECB;
}
.BgClassName
{
background-color: #9ADECB;
}
</style>
border-color css
<style>
span { border-color: #9ADECB; }
span { border-color: rgb(154,222,203); }
td.TdClassName
{
border-color: #9ADECB;
}
.TagClassName
{
border-color: #9ADECB;
}
</style>