Shades of Conch #8FB4B3
Tints of Conch #8FB4B3
RGB
CMYK
RGB Variations
Color information
#8FB4B3 (or 0x8FB4B3) is known color: Conch. HEX triplet: 8F, B4 and B3. RGB value is (143,180,179). Sum of RGB (Red+Green+Blue) = 143+180+179=502 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.49% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 179 (70.31% from 255 or 35.66% from 502); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB4B3 is #704B4C. Grayscale: #A8A8A8. Windows color (decimal): -7359309 or 11777167. OLE color: 11777167.
HSL color Cylindrical-coordinate representation of color #8FB4B3: hue angle of 178.38º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8FB4B3 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 180 | 179 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.29 |
| HSL | 178.38º | 0.2% | 0.63% | - |
| HSV(B) | 178.38º | 0.21% | 0.71% | - |
| XYZ | 35.79 | 41.74 | 48.82 | - |
| YUV | 168.82 | 133.74 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 180 | 179 | 0.21 | 0 | 0.01 | 0.29 | 178.38 | 0.2 | 0.63 |
| Hex | 8F | B4 | B3 | 15 | 0 | 1 | 1D | B2 | 14 | 3F |
| Octal | 217 | 264 | 263 | 25 | 0 | 1 | 35 | 262 | 24 | 77 |
| Binary | 10001111 | 10110100 | 10110011 | 10101 | 0 | 1 | 11101 | 10110010 | 10100 | 111111 |
Color Harmonies of #8FB4B3
Complementary color
Monochromatic Colors of #8FB4B3
Black with #8FB4B3
Text Example
Text Example
White with #8FB4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB4B3; }
p { color: rgb(143,180,179); }
H1.HeaderClassName
{
color: #8FB4B3;
}
.AnyTagClassName
{
color: #8FB4B3;
}
</style>
background-color css
<style>
a { background-color: #8FB4B3; }
a { background-color: rgb(143,180,179); }
div.DivClassName
{
background-color: #8FB4B3;
}
.BgClassName
{
background-color: #8FB4B3;
}
</style>
border-color css
<style>
span { border-color: #8FB4B3; }
span { border-color: rgb(143,180,179); }
td.TdClassName
{
border-color: #8FB4B3;
}
.TagClassName
{
border-color: #8FB4B3;
}
</style>