Shades of Bermuda #84C9CA
Tints of Bermuda #84C9CA
RGB
CMYK
RGB Variations
Color information
#84C9CA (or 0x84C9CA) is known color: Bermuda. HEX triplet: 84, C9 and CA. RGB value is (132,201,202). Sum of RGB (Red+Green+Blue) = 132+201+202=535 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.67% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 202 - color contains mainly: blue. Hex color #84C9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C9CA is #7B3635. Grayscale: #B4B4B4. Windows color (decimal): -8074806 or 13289860. OLE color: 13289860.
HSL color Cylindrical-coordinate representation of color #84C9CA: hue angle of 180.86º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84C9CA is Cyan = 0.35, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 201 | 202 | - |
| CMYK | 0.35 | 0.00 | 0 | 0.21 |
| HSL | 180.86º | 0.4% | 0.65% | - |
| HSV(B) | 180.86º | 0.35% | 0.79% | - |
| XYZ | 41.06 | 50.94 | 63.55 | - |
| YUV | 180.48 | 140.14 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 201 | 202 | 0.35 | 0.00 | 0 | 0.21 | 180.86 | 0.4 | 0.65 |
| Hex | 84 | C9 | CA | 23 | 0 | 0 | 15 | B5 | 28 | 41 |
| Octal | 204 | 311 | 312 | 43 | 0 | 0 | 25 | 265 | 50 | 101 |
| Binary | 10000100 | 11001001 | 11001010 | 100011 | 0 | 0 | 10101 | 10110101 | 101000 | 1000001 |
Color Harmonies of #84C9CA
Complementary color
Monochromatic Colors of #84C9CA
Black with #84C9CA
Text Example
Text Example
White with #84C9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C9CA; }
p { color: rgb(132,201,202); }
H1.HeaderClassName
{
color: #84C9CA;
}
.AnyTagClassName
{
color: #84C9CA;
}
</style>
background-color css
<style>
a { background-color: #84C9CA; }
a { background-color: rgb(132,201,202); }
div.DivClassName
{
background-color: #84C9CA;
}
.BgClassName
{
background-color: #84C9CA;
}
</style>
border-color css
<style>
span { border-color: #84C9CA; }
span { border-color: rgb(132,201,202); }
td.TdClassName
{
border-color: #84C9CA;
}
.TagClassName
{
border-color: #84C9CA;
}
</style>