Shades of Riptide #8FECDD
Tints of Riptide #8FECDD
RGB
CMYK
RGB Variations
Color information
#8FECDD (or 0x8FECDD) is known color: Riptide. HEX triplet: 8F, EC and DD. RGB value is (143,236,221). Sum of RGB (Red+Green+Blue) = 143+236+221=600 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.83% from 600); Green value is 236 (92.58% from 255 or 39.33% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 236 - color contains mainly: green. Hex color #8FECDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FECDD is #701322. Grayscale: #CECECE. Windows color (decimal): -7344931 or 14544015. OLE color: 14544015.
HSL color Cylindrical-coordinate representation of color #8FECDD: hue angle of 170.32º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FECDD is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 143 | 236 | 221 | - |
CMYK | 0.39 | 0 | 0.06 | 0.07 |
HSL | 170.32º | 0.71% | 0.74% | - |
HSV(B) | 170.32º | 0.39% | 0.93% | - |
XYZ | 54.37 | 71.05 | 79.26 | - |
YUV | 206.48 | 136.19 | 82.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 236 | 221 | 0.39 | 0 | 0.06 | 0.07 | 170.32 | 0.71 | 0.74 |
Hex | 8F | EC | DD | 27 | 0 | 6 | 7 | AA | 47 | 4A |
Octal | 217 | 354 | 335 | 47 | 0 | 6 | 7 | 252 | 107 | 112 |
Binary | 10001111 | 11101100 | 11011101 | 100111 | 0 | 110 | 111 | 10101010 | 1000111 | 1001010 |
Color Harmonies of #8FECDD
Complementary color
Monochromatic Colors of #8FECDD
Black with #8FECDD
Text Example
Text Example
White with #8FECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FECDD; }
p { color: rgb(143,236,221); }
H1.HeaderClassName
{
color: #8FECDD;
}
.AnyTagClassName
{
color: #8FECDD;
}
</style>
background-color css
<style>
a { background-color: #8FECDD; }
a { background-color: rgb(143,236,221); }
div.DivClassName
{
background-color: #8FECDD;
}
.BgClassName
{
background-color: #8FECDD;
}
</style>
border-color css
<style>
span { border-color: #8FECDD; }
span { border-color: rgb(143,236,221); }
td.TdClassName
{
border-color: #8FECDD;
}
.TagClassName
{
border-color: #8FECDD;
}
</style>