Shades of Bermuda #8AC5C6
Tints of Bermuda #8AC5C6
RGB
CMYK
RGB Variations
Color information
#8AC5C6 (or 0x8AC5C6) is known color: Bermuda. HEX triplet: 8A, C5 and C6. RGB value is (138,197,198). Sum of RGB (Red+Green+Blue) = 138+197+198=533 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.89% from 533); Green value is 197 (77.34% from 255 or 36.96% from 533); Blue value is 198 (77.73% from 255 or 37.15% from 533); Max value from RGB is 198 - color contains mainly: blue. Hex color #8AC5C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC5C6 is #753A39. Grayscale: #B3B3B3. Windows color (decimal): -7682618 or 13026698. OLE color: 13026698.
HSL color Cylindrical-coordinate representation of color #8AC5C6: hue angle of 181º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8AC5C6 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 138 | 197 | 198 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.22 |
| HSL | 181º | 0.34% | 0.66% | - |
| HSV(B) | 181º | 0.3% | 0.78% | - |
| XYZ | 40.64 | 49.41 | 60.82 | - |
| YUV | 179.47 | 138.45 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 197 | 198 | 0.30 | 0.01 | 0 | 0.22 | 181 | 0.34 | 0.66 |
| Hex | 8A | C5 | C6 | 1E | 1 | 0 | 16 | B5 | 22 | 42 |
| Octal | 212 | 305 | 306 | 36 | 1 | 0 | 26 | 265 | 42 | 102 |
| Binary | 10001010 | 11000101 | 11000110 | 11110 | 1 | 0 | 10110 | 10110101 | 100010 | 1000010 |
Color Harmonies of #8AC5C6
Complementary color
Monochromatic Colors of #8AC5C6
Black with #8AC5C6
Text Example
Text Example
White with #8AC5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC5C6; }
p { color: rgb(138,197,198); }
H1.HeaderClassName
{
color: #8AC5C6;
}
.AnyTagClassName
{
color: #8AC5C6;
}
</style>
background-color css
<style>
a { background-color: #8AC5C6; }
a { background-color: rgb(138,197,198); }
div.DivClassName
{
background-color: #8AC5C6;
}
.BgClassName
{
background-color: #8AC5C6;
}
</style>
border-color css
<style>
span { border-color: #8AC5C6; }
span { border-color: rgb(138,197,198); }
td.TdClassName
{
border-color: #8AC5C6;
}
.TagClassName
{
border-color: #8AC5C6;
}
</style>