Shades of Riptide #8AEBDF
Tints of Riptide #8AEBDF
RGB
CMYK
RGB Variations
Color information
#8AEBDF (or 0x8AEBDF) is known color: Riptide. HEX triplet: 8A, EB and DF. RGB value is (138,235,223). Sum of RGB (Red+Green+Blue) = 138+235+223=596 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.15% from 596); Green value is 235 (92.19% from 255 or 39.43% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 235 - color contains mainly: green. Hex color #8AEBDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEBDF is #751420. Grayscale: #CCCCCC. Windows color (decimal): -7672865 or 14674826. OLE color: 14674826.
HSL color Cylindrical-coordinate representation of color #8AEBDF: hue angle of 172.58º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AEBDF is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 235 | 223 | - |
| CMYK | 0.41 | 0 | 0.05 | 0.08 |
| HSL | 172.58º | 0.71% | 0.73% | - |
| HSV(B) | 172.58º | 0.41% | 0.92% | - |
| XYZ | 53.51 | 70.15 | 80.53 | - |
| YUV | 204.63 | 138.36 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 235 | 223 | 0.41 | 0 | 0.05 | 0.08 | 172.58 | 0.71 | 0.73 |
| Hex | 8A | EB | DF | 29 | 0 | 5 | 8 | AD | 47 | 49 |
| Octal | 212 | 353 | 337 | 51 | 0 | 5 | 10 | 255 | 107 | 111 |
| Binary | 10001010 | 11101011 | 11011111 | 101001 | 0 | 101 | 1000 | 10101101 | 1000111 | 1001001 |
Color Harmonies of #8AEBDF
Complementary color
Monochromatic Colors of #8AEBDF
Black with #8AEBDF
Text Example
Text Example
White with #8AEBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEBDF; }
p { color: rgb(138,235,223); }
H1.HeaderClassName
{
color: #8AEBDF;
}
.AnyTagClassName
{
color: #8AEBDF;
}
</style>
background-color css
<style>
a { background-color: #8AEBDF; }
a { background-color: rgb(138,235,223); }
div.DivClassName
{
background-color: #8AEBDF;
}
.BgClassName
{
background-color: #8AEBDF;
}
</style>
border-color css
<style>
span { border-color: #8AEBDF; }
span { border-color: rgb(138,235,223); }
td.TdClassName
{
border-color: #8AEBDF;
}
.TagClassName
{
border-color: #8AEBDF;
}
</style>