Shades of Riptide #90ECDB
Tints of Riptide #90ECDB
RGB
CMYK
RGB Variations
Color information
#90ECDB (or 0x90ECDB) is known color: Riptide. HEX triplet: 90, EC and DB. RGB value is (144,236,219). Sum of RGB (Red+Green+Blue) = 144+236+219=599 (79% of max value = 765). Red value is 144 (56.64% from 255 or 24.04% from 599); Green value is 236 (92.58% from 255 or 39.40% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 236 - color contains mainly: green. Hex color #90ECDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90ECDB is #6F1324. Grayscale: #CECECE. Windows color (decimal): -7279397 or 14412944. OLE color: 14412944.
HSL color Cylindrical-coordinate representation of color #90ECDB: hue angle of 168.91º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90ECDB is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 144 | 236 | 219 | - |
CMYK | 0.39 | 0 | 0.07 | 0.07 |
HSL | 168.91º | 0.71% | 0.75% | - |
HSV(B) | 168.91º | 0.39% | 0.93% | - |
XYZ | 54.28 | 71.03 | 77.87 | - |
YUV | 206.55 | 135.02 | 83.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 144 | 236 | 219 | 0.39 | 0 | 0.07 | 0.07 | 168.91 | 0.71 | 0.75 |
Hex | 90 | EC | DB | 27 | 0 | 7 | 7 | A9 | 47 | 4B |
Octal | 220 | 354 | 333 | 47 | 0 | 7 | 7 | 251 | 107 | 113 |
Binary | 10010000 | 11101100 | 11011011 | 100111 | 0 | 111 | 111 | 10101001 | 1000111 | 1001011 |
Color Harmonies of #90ECDB
Complementary color
Monochromatic Colors of #90ECDB
Black with #90ECDB
Text Example
Text Example
White with #90ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ECDB; }
p { color: rgb(144,236,219); }
H1.HeaderClassName
{
color: #90ECDB;
}
.AnyTagClassName
{
color: #90ECDB;
}
</style>
background-color css
<style>
a { background-color: #90ECDB; }
a { background-color: rgb(144,236,219); }
div.DivClassName
{
background-color: #90ECDB;
}
.BgClassName
{
background-color: #90ECDB;
}
</style>
border-color css
<style>
span { border-color: #90ECDB; }
span { border-color: rgb(144,236,219); }
td.TdClassName
{
border-color: #90ECDB;
}
.TagClassName
{
border-color: #90ECDB;
}
</style>